September 2015
Intermediate to advanced
266 pages
5h 38m
English
Unlike what you may think from the outset, performing face detection on a still image or a video feed is an extremely similar operation. The latter is just the sequential version of the former: face detection on videos is simply face detection applied to each frame read into the program from the camera. Naturally, a whole host of concepts are applied to video face detection such as tracking, which does not apply to still images, but it's always good to know that the underlying theory is the same.
So let's go ahead and detect some faces.
The first and most basic way to perform face detection is to load an image and detect faces in it. To make the result visually meaningful, ...
Read now
Unlock full access