Skip to content

Takes parking lot camera footage / images and turns it into a grid showing empty parking spaces.

Notifications You must be signed in to change notification settings

iamsumanp/Ocular-Parking-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocular-Parking-System

Takes parking lot camera / video footage and turns it into a grid showing empty parking spaces.

Requirements and Dependencies:

  • [GNU c/c++ compiler]

    sudo apt-get install gcc

  • [OpenCV >= 3.0]

    sudo apt-get install libopencv-dev

Usage:

  1. Compilation:

g++ init.cpp `pkg-config --cflags --libs opencv`

  1. Execution:

./a.out "empty_images/img_empty4.jpg" "video/vid4.mp4"

Command-line arguements:

  * argv[1]   : Path to empty image         
  * argv[2]   : Path to test video

Input:

  • Reference Image

Reference Image

  • A Frame Of Video

Frame

Output:

  • Final Output:

Final Output

About

Takes parking lot camera footage / images and turns it into a grid showing empty parking spaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%