Questions tagged [face-detection]

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images. It detects facial features and ignores anything else, such as buildings, trees and bodies.

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images. It detects facial features and ignores anything else, such as buildings, trees and bodies.

NIST provides the Mugshot Identification Database (MID). The database contains approximately 3250 variable size images and can be used for developing, training and testing automated systems.

Face detection page on Wikipedia

1726 questions
0
votes
0 answers

How to fix OpenCV Python not drawing rectangle?

I have followed a tutorial to draw rectangle around the face i track. I already write the code same as the tutorial. But when i ran it, it just show the video from the webcam and there is no rectangle drawn around the face. I have no idea why it is…
Josh Parinussa
  • 633
  • 2
  • 11
  • 28
0
votes
1 answer

what is the android APIs supported by opencv library?

I am trying to use opencv(2.4.9) with android studio(2.3.3) to develop an eye tracking application used mainly on tablet ... my question is : what is the suitable API verstion of the android device that can i use? and is the model of the device has…
0
votes
0 answers

Trying to use dlib to measure mouth perimeter in a video and getting noisy results

I have a video of a patient doing cognitive tasks. The goal is to take each frame of the video, do face detection and landmark the mouth, then calculate the area bounded by the mouth landmarks. I used dlib and its python API to do this. I ran into…
Srdjn
  • 23
  • 4
0
votes
0 answers

AAM revisted: wouldn't the Jacobian(deltaW/delta x and y) always evaluate to 1?

Introduction Hi, I am quite sure I made an ignorant misinterpertation. Hence, I will apologize in advance. The question is about the paper AAM Revisited in respect to equation 30 of section 4.1.2. In it, each (factor of the)Jacobian(delta W/delta x…
0
votes
1 answer

How to add cartoon face on Camera Preview using Android

I have a Module to put cartoon face on eyes or anywhere else on live Camera Preview. I am using Moodme Sdk. I have implemented camera preview. I m getting landmark x and y axis value. But I don't know where do i add those landmark and how to put…
0
votes
0 answers

Using npm with Cordova / facedetector

I am new to Cordova and recently I am trying to create some face detector features for mobile with Cordova. I did use the ezarfacedetector from ezAR which is a plugin mainly for Cordova. However I am facing some issue with the hardware part as some…
0
votes
0 answers

Resizing large image dataset with dlib

I have a large face dataset (10k training, 5k validation images) with an image size of 5184x3456 and two XML files describing the training and validations sets (in dlib format, see below). I would like to train a deep neural network on this dataset…
chronosynclastic
  • 1,585
  • 3
  • 19
  • 40
0
votes
0 answers

How to draw Flag on Face Or Paint Or Overlay Image on Face or another Image in Android

I am developing a project in Android to Draw/Overlay/Paint flag or other image on Face. Or Draw/Overlay/Paint an Image with another image i.e. embed image into other. Take a close look below. I am using the Face Detection Vision Api of Google, and…
Zia Ur Rahman
  • 1,850
  • 1
  • 21
  • 30
0
votes
1 answer

Facial expressions identification like snapchat

I am working on app that detect eye blink of the user. I have been searching the web for 2 days but still don't have clear vision about how this can be done. As far as i have knew is that the system supports face detection which is detecting if…
Mohammad Haidar
  • 1,109
  • 1
  • 16
  • 35
0
votes
3 answers

about face detection system

Some face detection system. Here are some of things I have known: opencv, dlib, stasm. So, is there any other open source face detection system?
jeck yung
  • 128
  • 1
  • 10
0
votes
1 answer

Detect skin in video stream

I need to blur skin of face in the video input. Using built-in functions I can find the face. Moreover, I find facial landmarks using dlib (I need it for another purpose). What is the fastest way to detect skin, if in any case, I detect face and…
Anna Kuzmina
  • 49
  • 3
  • 7
0
votes
1 answer

Microsoft Cognitive Face API

I have a need to consume Azure FACE API. But it is still not available in India. However If I host my application in some US servers like AWS. Will I be able to consume the API?
0
votes
1 answer

Emgu CV Image Capture using C#

I'm using the Emgu CV 2.4.0.1717 and whenever I declare the Mat class it does not exist. I am trying to create an application using c# that can capture an image. This is for my Facial Recognition project. I was trying to declare a Mat object but…
redpranger
  • 21
  • 1
  • 1
  • 5
0
votes
0 answers

Google Vision: Drawing mask on Face with animations

I am using google vision library for face detection. Face detection is perfect and I get all the info like vertices, angles like eulerY, eulerZ. I want to draw mask on face, drawing is ok but the face mask is not following the face position as it…
0
votes
1 answer

GTK+ moving window based on face detection coordinates

I have a program here that performs face detection and I would like to use these coordinates to move a window created with GTK+ 3.22 using GTK's gtk_window_move function. I would like the window to remain open the entire time while it is moving…
Alex Magsam
  • 53
  • 1
  • 7