IPhone - detection (recognition) of a visual template or object using the device’s camera

I would like to develop a simple application for detecting (recognizing) a certain pattern (say, a car maker logo) using an iPhone camera.

I don’t know where to start. Can you give me a hint? What framework is available for this type of image processing, somewhere on the Internet there are some lessons related to this?

I just know about openCV, but I could not find the ported version of the iPhone.

+3
source share
2 answers

See this question on Stackoverflow: iPhone and OpenCV

+2
source

I believe there is an openCV port for iPhone in openFrameworks

0
source

All Articles