Skip to content

nertilpoci/PeopleCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

alt text

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

  1. New persons face detected.
  2. Check if person is already inside(counted on previous frame) if not add count and save person

Exit Camera

  1. Person face detected.
  2. Check if person is inside, if so remove count, remove person from inside list. If person not found inside then do nothing

About

Count people using EmguCV(OpenCV) and cameras by face detection and recognition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages