简体   繁体   中英

Find corner points of eyes and Mouth

I am able to detect eyes, nose and mouth in a given face using Matlab. Now, I want four more points ie corners of the eyes and nose. how do i get these points??

This is the Image for corner points of nose.

鼻子的角点

Red point is showing the point, what I'm looking for.(its just to let you know.. there is no point in original image)

Active Appearance Model (AAM) could be useful in your case.

AMM is normally used for matching a statistical model of object shape and appearance to a new image and widely used for extracting face features and for head pose estimation.

I believe this could be helpful for you to start with.

You can try using corner detectors included in the computer vision system toolbox, such as detectHarrisFeatures , detectMinEigenFeatures , or detectFASTFeatures . However they may give you more points than you want, so you will have to do some parameter tweaking.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM