how to extract Mouth data from image in javaCV

asked 2013-10-10 03:37:03 -0600

bunta gravatar image

updated 2013-10-10 04:27:53 -0600

I have an Image , and I want to extract data of Mouth in the face from the Image only in JavaCV. Then I want to compare the same from large database of images (different emotions) and then would like to find the best matched.

I have two questions here- have two questions here- 1. 2.

How to extract emotion data from image.. How to extract emotion data from image.

How to map this with DB images as DB images are some other images , and data extracted from

emotion will be different faces. SO wont the mapping hurt or what all the steps I need to care for achieve.. How to map this with DB images as DB images are some other images , and data extracted from emotion will be different faces. SO wont the mapping hurt or what all the steps I need to care for achieve.

edit retag flag offensive close merge delete

Comments

"I want to extract data of emotion in the face" - i think, you're slightly wrong here. there's no such thing as "emotion data" per se.

what you can do is: train ml on your data(say, the whole face image, or landmarks acquired from it) for a classification task, and later make a prediction on similar data from test images.

maybe this helps

berak gravatar imageberak ( 2013-10-10 04:01:04 -0600 )edit

sorry its should be emotion , it should be mouth. Training the xml , this is what I want to know properly but as a very new user to this platform and moreover no C++ bakcground creating issue, Can any link there which will make my life bit easier to understand of training the classifier

bunta gravatar imagebunta ( 2013-10-10 04:20:26 -0600 )edit

lol, then please edit again , should be 'mouth' in the title, not mouse ;)

berak gravatar imageberak ( 2013-10-10 04:24:20 -0600 )edit

:-) sorry again for that , any source for training data . And is it actually easy to generate those big big xml files

bunta gravatar imagebunta ( 2013-10-10 04:28:45 -0600 )edit