Count people using EmguCV(OpenCV) and cameras by face detection and recognition
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.
- New persons face detected.
- Check if person is already inside(counted on previous frame) if not add count and save person
- 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