Face Features Detection System - with OpenCV
Sign in to YouTube
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to like GladPL's video.
Sign in to YouTube
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to dislike GladPL's video.
Sign in to YouTube
Sign in with your Google Account (YouTube, Google+, Gmail, Orkut, Picasa, or Chrome) to add GladPL's video to your playlist.
Uploaded on Dec 1, 2008
Face features detection performed with OpenCV library. System works on a standard webcam and detects a head position, mouth, nose, forehead, eyes regions, eyeballs, lids, brows, lips, mouth corners, teeth, nostrils edges and furrows - in real-time speed. Also can detect more than one face in the same time.
Note: I'm not sending any code of this application. Please don't ask.
-
Category
-
License
Standard YouTube License
Loading...
Loading...
Loading...
Loading...
Ratings have been disabled for this video.
Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Loading...
Advertisement
-
0:48
OpenCL face detectionby clr4g0nFeatured
40,414
-
4:32
Amazing BOUNCY BRIDGE -- Mind Blow #52by Vsauce2
3,997,255 views
-
55
videos
Play all
opencv-pantiltby kd5vjr
-
6:08
Hack an optical mouse into a camera with Arduino and Processingby ljandersson
289,393 views
-
1:07
Vehicle classificationby Rikiji7
62,314 views
-
1:09
Real Time object tracking - OpenCV, cvBlob 13ms per loop PWR Wroclawby Piotr Kozak
58,900 views
-
0:47
Eye gaze direction indicator v0.2 (CCA, blob tracking, OpenCV)by Tom Heyman
96,197 views
-
4:12
Predator: Camera That Learnsby ekalic2
708,338 views
-
0:45
VTS 2nd Generationby VTSProject
101,554 views
-
1:28
Intelligent Video Analytics - Face Detection - LightHaus Logicby TheLighthauslogic
15,016 views
-
0:33
Fast Object Tracking in C++ using OpenCVby Brad Hayes
178,965 views
-
0:54
OpenCV gesture detectionby teh4ce
26,553 views
-
0:22
eMotion - Facial Expression Recognitionby aixiom
21,771 views
-
1:05
Gender classification using facial image in real timeby RobertRavnik
16,362 views
-
0:40
Hexapod with OpenCV / AForge . VB.NETby paulpUK
19,152 views
-
2:40
Laser tracking projection with Kinect and OpenCVby marcan42
109,613 views
-
2:32
Markerless Human Trackingby christianRakete
33,145 views
-
0:29
iMotions Attention Tool Eye Tracking Software Bee Swarm Visualizationby iMotionsEyeTracking
283,777 views
-
1:55
OpenCV: realtime face detection in pythonby Luca Amore
14,156 views
-
0:40
OpenCv Stereo Vision Softwareby starlino
41,353 views
-
2:42
Vision-Based Optical Flow Game using OpenCVby abhijittambe
18,657 views
- Loading more suggestions...
Uploader Comments (GladPL)
Silvia Yosselin Guerrero Cruz 2 months ago
hey, your video is really good! I start learning openCv and I have a question, I was trying to install opencv in my visual studio, but I have a problem, when I start debugging it, Visual says that I have a problem, it says "error LNK1104: cannot open file 'opencv_calib3d243d.lib'", and I don't know what I have to add, do you know why I have that problem? (sorry for my bad english x)) and thank you so much :)
Sign in to YouTube
Sign in to YouTube
GladPL 2 months ago
Thanks.
It's linking error. In project properties, expand 'Linker' option and in the 'General' tab you have to specify 'Additional Library Directories' path (directory where you store OpenCV lib files), usually somewhere in the c:\Program Files (x86)\OpenCV\.. directory.
Sign in to YouTube
Sign in to YouTube
Deepak Rai 3 months ago
hey nice video... Im plannin to do drowsiness detection as my project.. can i do it in open cv with c/c++ knowledge.. is doing in matlab a better option??
Sign in to YouTube
Sign in to YouTube
GladPL 3 months ago
I'd recommend using OpenCV C++ library, which is BSD licensed and better for real-time image processing.
Sign in to YouTube
Sign in to YouTube
Top Comments
jeetendrag10acc2 2 years ago
0:32
if (emotion_detected==surprise)
{
add_current_www_link_to_banned_porn_website_database(webbrowser1.active_window.current_address);
}
:-)
Sign in to YouTube
Sign in to YouTube
LittlePokeDigi 1 year ago
Hi. I have a Sample of a Face Detection Program .
When it detects a face , it draw a Square box of the face it detects.
This is what I want to do.
When it detects a face , it paste a picture over it.
Do you have any idea how I can do it? Thanks
Sign in to YouTube
Sign in to YouTube
Video Responses
All Comments (134)
GladPL 1 month ago
Hi. Good question. I've tried it on someone else and it worked well. But I haven't tried on people with different skin complexion. I suppose this method won't work well in all cases.
Alternative method I've tried is "Lip image segmentation using fuzzy clustering". It uses a color dissimilarity between lips and skin to detect lips pixels. If there is a color difference between lips and skin it should work. It may fail if any facial hair are present. This method is more complex than CCM.
Sign in to YouTube
Sign in to YouTube
ferry hidayat 1 month ago
hi, currently i am working on my graduation project to extract the mouth feature. Right now i am still using hsv convertion to filter the lips colors. My question is : Can your method(chrome curve map) be used to get the lips edge if your mouth color is not red enough?, what i mean is have you tried this method to someone else without changing the parameters?
Sign in to YouTube
Sign in to YouTube
Deepak Rai 3 months ago
thnk u :)
Sign in to YouTube
Sign in to YouTube
GladPL 3 months ago
Using "Chromatic curve map" method.
Sign in to YouTube
Sign in to YouTube
karan kumar 3 months ago
will u please tell me...
how you detect lip edges and lip points. ?
Sign in to YouTube
Sign in to YouTube
GladPL 4 months ago
No, it's not.
Sign in to YouTube
Sign in to YouTube