I have implemented something similar called "Visual captcha", where the user has to pick the cat out from 6 randomized Flickr pictures. The code is freely available and should not be hard to integrate into your own projects. Read more on: http://amix.dk/blog/viewEntry/19338
Is that really effective? Just take some face detection code and have it learn what cat fur looks like instead.
http://www.youtube.com/watch?v=-w72_VwSj6A
Is it really that easy? I would think flagging for texture would be difficult, as it's
likely indistinguishable from noise (data, shadows, clothing..). Approximating shape/avg.
contour is likely easier than looking for fur patterns.
Any suggestions on books/papers/etc on image recognition?