Question

I'm looking for some library that will allow me to identify black dots on a white background. Preferably in C or objective-c.

Also, what keywords can I use in my search for such algorithms? I've found a lot of stuff about image recognition but nothing that ressembles what I'm looking for.

thanks!

Was it helpful?

Solution

I think there is a possibility to use OpenCV in obj-c

The general API can be found at: http://opencv.willowgarage.com/

OTHER TIPS

OpenCV vs. Apple iPhone article shows 2 approaches to get OpenCV on iPhone, may be what you're looking for.

You can try imagemagick. http://www.imagemagick.org/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top