I am considering pattern recognition in images and videos and thought that C ++ is the way to go (for high performance / real-time applications). I want to use OpenCV libraries in Xcode when I create a C ++ application (command line tool)
I am running Xcode 3.2 and have just completed the steps http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port to "This will probably break something in the TIFF export, but the build will at least complete" in the "Building using the new CMake build systems. " I had no mistakes.
How do I proceed if I want to use libraries in Xcode now or do I need to do something else? Any help is appreciated.
Max.
source
share