views:

904

answers:

3

Hi there,

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!

+1  A: 

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

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

Janusz
Thank you! Seems to be what I'm looking for.
delirial
A: 

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

stefanB
A: 

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

codymanix