Hi,
I'm looking for a way to identify faces (not specific people, just where the faces are) and track them as they move across a room.
We're trying to measure walking speed for people, and I assumed this would be the easiest way of identifying a person as a person. We'll have a reasonably fast camera for the project, so I can probably use some logic for seeing if "face1 in frame00 == face1 in frame01".
Ideally such a software would return a list of faces (as in x,y locations) and their sizes.