I completed the task:

The first thing I did was extract skin color. (May use AForge AdaptiveSkinColor) Secondly, if it matches skin color, make it white or black.
Finally (I have a problem with this part). Recognize the form, I want to ask if anyone has any other method (better than mine) for this task.
My method: 1) Extract blob ( http://geekblog.nl/entry/24 : I used the method of these persons) and put it in an array 2) Then take one bitmap from the array and cut it into many parts. Like: 
3) Check if the (fragmented part with the image) is black or white, and assign it to a double array. [If black assigns 0.0 or 1.0] 4) Use the hopfield neural network and see if this image is really what we want.
I know that my method is not so effective, but this is the method that I wrote earlier. Therefore, I ask another method to execute. (Any recommendations?)
user288231
source share