3

I would like to develop a simple application to detect (recognize) a certain pattern (lets say the logo of a car manufacturer) using the iPhone's camera.

I don't know from were to start. Can you give me a hint? What framework are available for this type of image processing, are somewhere on the internet some tutorials related to this?

I just know about openCV, but I couldn't find a ported iPhone version.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Andrei Neacsu
  • 1,453
  • 3
  • 20
  • 33

1 Answers1

0

I believe there is a port of openCV for the iPhone in openFrameworks

rob
  • 4,069
  • 3
  • 34
  • 41
  • Thanks. I will look into it as soon as possible and I will let you know if it worked for me. Do you know anything about some related tutorials? I am a newbie to this kind of image processing :D. – Andrei Neacsu Jun 15 '11 at 19:47
  • Sorry, I didn't find anything. – Andrei Neacsu Jun 15 '11 at 20:20
  • Hmm...If you google "openCV openframeworks iphone" there are some people out there who seem to be trying to compile it (but most of the results are people having problems). Maybe if you ask them directly... – rob Jun 16 '11 at 18:02