Top "Face-detection" questions

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

Face Detection with Camera

How can I do face detection in realtime just as "Camera" does? I noticed that AVCaptureStillImageOutput is deprecated after 10.0, so …

ios swift avfoundation face-detection
Facial Feature Points Detection using OpenCV

I want to detect the points on a face as shown in the picture I am using OpenCV CascadeClassifier::detectMultiScale. …

c++ opencv image-processing computer-vision face-detection
Robust Face Detection in C/C++?

I'm looking for a robust face detection algorithm/library, preferably in C (C++ is okay too; other languages I can …

c algorithm computer-vision face-detection
Automatic Face Detection Using MATLAB

I am trying to implement automatic face detection using MATLAB. I know how to implement it using OpenCV, but i …

matlab opencv computer-vision face-detection matlab-cvst
How do I create my own haar cascade and apply it?

I am interested in creating my own haar cascade xml file, for use with python, to detect a certain logo (…

python opencv face-detection
Unable to get object metadata from S3. Check object key, region and/or access permissions in aws Rekognition

import boto3 if __name__ == "__main__": bucket='MyBucketName' sourceFile='pic1.jpg' targetFile='pic2.jpg' client=boto3.client('rekognition','us-east-1') response=…

python amazon-web-services amazon-s3 face-detection
OpenCV face detector sample in Android Studio

I cannot make the sample (Facedetection) coming with the OpenCV4Android work in Android Studio. Is there a tutorial for …

android opencv android-ndk face-detection opencv4android
OpenCV / Python : multi-threading for live facial recognition

I'm using OpenCv and Dlib to execute facial recognition w/ landmarks, live from the webcam stream. The language is Python. …

python multithreading opencv face-detection dlib
Android camera2 face detection

There is not enough info about camera2 face detection mechanism. I used Camera2 sample from Google: https://github.com/android/…

android android-camera face-detection face-recognition
Face detection and comparison

I'm running a small research on face detection and comparison for my article. Currently, I'm using rapid face detection based …

c# opencv computer-vision face-detection face-recognition