I am looking for a solution to identify dots in an image in iOS. The idea is to pick an image with the UIImagePicker. Then, analyze the image for dots of a certain size range and give as output the number of dots found.
I heard about openCV. Does anyone has an example of this working.
Thanks