how to extract Mouth data from image in javaCV
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.
"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
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
lol, then please edit again , should be 'mouth' in the title, not mouse ;)
:-) sorry again for that , any source for training data . And is it actually easy to generate those big big xml files