Ask Your Question

Revision history [back]

OpenCV 2.4.5 and Mac OS X Xcode 4.6.2?

I had OpenCV working a couple of years ago on a MAc but since that time OpenCV, Xcode, and the Mac OS have updated.The official OpenCV documents seem to be out of date with regard to compiling for Mac and have tried a number of the dozen web pages stepping through their methods of getting OpenCV running on Mac OS X. Most are for older versions and each seems to have a different way of getting it to work.

Installed MacPorts and all libs. cmake, etc. But any compiling of any example or raw cpp code results in numerous issues of missing definitions to unknown namespaces. (ranging from rint, Texture2D, __device__, timer_t, etc) Yes, I have set the search paths and added the compiled lib files.

Is there a truly definitive Mac OS X install page that is in fact up to date and that covers everything where example code compiles without a lot of manual search and debugging? Even better if Mac OS X Qt 5 and/or Cocoa projects that actually work swell. Thank you.