4

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

Cato
  • 81
  • 2

1 Answers1

0

I come accross this link recently which is OpenCV for iOS you can use this as a starting point. Also take a look to this post for spots detection.

Community
  • 1
  • 1
tiguero
  • 11,477
  • 5
  • 43
  • 61
  • Thanks a lot, I'll explore them and let you know. I didn't know there was a iOS OpenCV. – Cato Aug 27 '12 at 20:03
  • You are welcome! as i guess you are new to the site please take a look to the FAQ: http://stackoverflow.com/faq and validate my answer if u feel this is correct. – tiguero Aug 27 '12 at 23:22