Image Classification - Detecting an image is cartoon-like
Posted
by kingb
on Super User
See other posts from Super User
or by kingb
Published on 2009-10-05T05:04:39Z
Indexed on
2010/05/08
10:18 UTC
Read the original article
Hit count: 356
I have a large amount of jpeg thumbnail images ranging in size from 120x90 to 320x240 and I would like to classify them as either Real Life-like or Cartoon-like.
Are there any applications that will have cartoon classification capabilities?
This application should work on Linux, and should take an image path on the command-line and return either 0 or 1 (echo $?).
© Super User or respective owner