PeopleCounter
PeopleCounter copied to clipboard
Count people using EmguCV(OpenCV) and cameras by face detection and recognition
PeopleCounter
Count people using EmguCV(OpenCV) and cameras by face detection and recognition
Idea
Count poeple via face recognition using multiple cameras to detect people when they enter or leave a specific zone
Use two or more cameras to detect people entering and leaving from a building.
Entered poeple are saved temporarily until they leave so we have a way to track them so same persons are not counted multiple times.
Enter camera
- New persons face detected.
- Check if person is already inside(counted on previous frame) if not add count and save person
Exit Camera
- Person face detected.
- Check if person is inside, if so remove count, remove person from inside list. If person not found inside then do nothing