/Pedestrian_Detector

Several methods for detecting pedestrians either in images or in camera feed, using OpenCV and Python. With inspiration and code from Adrian Rosebrock's PyImageSearch blog.

Primary LanguagePython

Pedestrian_Detector

Several methods for HOG MultiScale pedestrian detection, either in passed image files or images from a camera feed, using OpenCV and Python. Designed and calibrated specifically to be accurate at counting people in a line, to help reduce line congestion trends at a college café. Project written with inspiration and code from Adrian Rosebrock's PyImageSearch blog.

Technologies used:
- OpenCV 3
- Raspberry Pi (PiCamera)
- Python 2.7