Just wondering if anyone has any pointers towards a library, etc. that can be used with Processing for recognizing objects within an image. Doing some initial searches came up with OpenCV, which I know Processing has a library for, but I am interested in objects as opposed to facial recognition.
I am interested in taking an image and running it through some kind of parsing and getting output that indicates any objects found in the image. I'm not concerned with the placement of the object within the image, just a list of the objects. any ideas on this are welcome.