Related to facial Feature point Detection

1 view (last 30 days)
shivi garg
shivi garg on 17 Jun 2014
Edited: Dima Lisin on 24 Sep 2014
Sir i need ur help .....how to write the code to detect feature point detection........
  2 Comments
jyloup p
jyloup p on 17 Jun 2014
Hello, I guess your are talking about something similar to face detection ? In the video here you have some extracts of code :
I hope it could help you.
shivi garg
shivi garg on 17 Jun 2014
Sir i saw this video......but still i am not able to write the code for various points detection on face......i have already written the code for face detection....nw i need to detect all the points on face.Please help me to send some code segment.
Thank u

Sign in to comment.

Answers (1)

Dima Lisin
Dima Lisin on 19 Jul 2014
Edited: Dima Lisin on 24 Sep 2014
There are several feature detectors in the Computer Vision System Toolbox. See detectHarrisFeatures, detectMinEigenFeatures, detectSURFFeatures, detectBRISKFeatures, and detectFASTFeatures.
Alternatively, you can use vision.CascadeObjectDetector to detect eyes, nose, and mouth.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!