views:

57

answers:

3

Such as...is the image a person of female or male?

Is there such free tool out there, available?

A: 

if(person.hair.length > 10 && person.name != "richard stallman") { return female }

else { return male }

should work on most platforms

Karl
Why are you downvoting him? It's a answer as good as the question was.
devoured elysium
+1  A: 

There are some. But most of them are extremely expensive (several 100k € - don't know if that is acceptable for you). One open source is here, but you can be happy if it can actually detect a face. It won't detect the sex of a person on the picture.

Foxfire
A: 

No, but version 3 when available will be able to tell you what the name of the main object in the picture is: seems easy but very complex.

go to http://www.generalpicturerecognition.com

Paul