Top "Face-detection" questions

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images.

CIDetector and UIImagePickerController

I'm trying to implement the built-in iOS 5 face detection API. I'm using an instance of UIImagePickerController to allow the user …

ios orientation face-detection core-image cifacefeature
Object detection with R-CNN?

What does R-CNN actually do? Is it like using features extracted by CNN to detect classes in a specified window …

tensorflow computer-vision deep-learning face-detection
Viola-Jones in Python with openCV, detection mouth and nose

I have an algorithm Viola-Jones in Python. I'm using haarcascade xml, which I load from openCV root file. But there …

python xml opencv face-detection viola-jones