EmguCV Cut Face+Neck Skin Only And Save New Image
In my app, I will input a human image and I want to get the face and neck only of that person as output in separate image. Example: Below image as input:(Source: http://www.fremantlepress.com.au ) And I want to get the up image as output: I want to perform the following algorithm: 1. Detect face 2. Select (face region * 2) area 3. Detect skin and neck 4. Cut the skin region of the selected image 5. Save that cut region into a new image As going through the EmguCV wiki and other online resources, I am confident to perform the step 1 and 2. But I am not sure how can I accomplish step 3 and 4.