views:

95

answers:

2

this is a picture of a dog's contour and a horse's contour alt text

how to make computer know it is a horse or a dog or a person. alt text

A: 

That's a difficult question.

You should research computer vision.

I would think the method would be something like:

  • Find edges (just image processsing)
  • Trace shapes (not sure how to go about doing that)
  • Pass to neural network for classification.

Of course, designing and training the network is not exactly a simple operation..

Blorgbeard
+2  A: 

this will help http://people.csail.mit.edu/celiu/pdfs/SIFTflow.pdf

Egon