https://github.com/thebuzzycoder/imageprocessing
People detection and counting
https://github.com/thebuzzycoder/imageprocessing
Last synced: 11 months ago
JSON representation
People detection and counting
- Host: GitHub
- URL: https://github.com/thebuzzycoder/imageprocessing
- Owner: theBuzzyCoder
- Created: 2015-06-06T07:34:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T07:46:39.000Z (almost 11 years ago)
- Last Synced: 2025-06-16T14:18:37.817Z (12 months ago)
- Language: Python
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageProcessing
People detection and counting a project to detect and count the number of people in a video using HoG feature extraction.
We train the machine using support vector machine(SVM).