OpenCV detect Face points

asked 2014-07-22 00:44:36 -0600

updated 2014-07-22 00:49:54 -0600

berak gravatar image

Hi,

I am trying to find face points from the captured camera image. I have seen into some of the samples and blogs like MUCT (http://www.milbo.org/muct/) and also read about Active Appearance Models and Active Shape Models. In all the documentation and blogs, it is mentioned that we need to annotate some of the training images with landmark points of mouth and eyes for PCA analysis.

But can we find landmark points directly from the image.

edit retag flag offensive close merge delete

Comments

1
berak gravatar imageberak ( 2014-07-22 00:49:28 -0600 )edit

Hi berak, the flandmark you provided is an implementation of facial landmark detector. But how to mark other targets,such as the cup, car ,tank,plane and excavator?

Sheng Liu gravatar imageSheng Liu ( 2015-07-02 21:04:45 -0600 )edit

I need segment a car target in an image of which the background is complex. Could you give advice on how to use Active Shape Models to accomplish my goal?

Sheng Liu gravatar imageSheng Liu ( 2015-07-02 21:29:42 -0600 )edit