Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

FACE SEGMENTATION EM:: ALGORITHM C++

Hi everyone,

i've been trying to understand Expectation Maximization Algorithm to get it work into my personal project with no success. I've used Opencv library and documentation to get it work with no success as well. Okay so at this step of my project, i want to segment a facial region after detecting it. I could pass the first steps, it means that i can detect a face, and expand area aspect so i can get the hair and ears too. Well now i'm trying to implement a new program just to segment a picture first, so i can better understand how it works. If anyone could send me an easy .cpp code, that segmentates a given picture from my desktop for example, and tell me what libraries should i include, that would be really great. Don't tell to check on internet, cause i couldn't find any easy sample to understand with my newbie skills(even the one included in opencv, i couldn't get it work). Well i'm using OpenCV2.4.11 and XCode

Thank you for your help, MM

click to hide/show revision 2
retagged

updated 2016-04-01 08:26:20 -0600

berak gravatar image

FACE SEGMENTATION EM:: ALGORITHM C++

Hi everyone,

i've been trying to understand Expectation Maximization Algorithm to get it work into my personal project with no success. I've used Opencv library and documentation to get it work with no success as well. Okay so at this step of my project, i want to segment a facial region after detecting it. I could pass the first steps, it means that i can detect a face, and expand area aspect so i can get the hair and ears too. Well now i'm trying to implement a new program just to segment a picture first, so i can better understand how it works. If anyone could send me an easy .cpp code, that segmentates a given picture from my desktop for example, and tell me what libraries should i include, that would be really great. Don't tell to check on internet, cause i couldn't find any easy sample to understand with my newbie skills(even the one included in opencv, i couldn't get it work). Well i'm using OpenCV2.4.11 and XCode

Thank you for your help, MM

click to hide/show revision 3
retagged

updated 2016-04-01 08:26:35 -0600

berak gravatar image

FACE SEGMENTATION EM:: ALGORITHM C++

Hi everyone,

i've been trying to understand Expectation Maximization Algorithm to get it work into my personal project with no success. I've used Opencv library and documentation to get it work with no success as well. Okay so at this step of my project, i want to segment a facial region after detecting it. I could pass the first steps, it means that i can detect a face, and expand area aspect so i can get the hair and ears too. Well now i'm trying to implement a new program just to segment a picture first, so i can better understand how it works. If anyone could send me an easy .cpp code, that segmentates a given picture from my desktop for example, and tell me what libraries should i include, that would be really great. Don't tell to check on internet, cause i couldn't find any easy sample to understand with my newbie skills(even the one included in opencv, i couldn't get it work). Well i'm using OpenCV2.4.11 and XCode

Thank you for your help, MM