3. Building as an Xcode Framework using the make_frameworks.sh script (obsoleted)
Note: the CMake build system should ultimately make this obsolete, one may remove this section when the CMake building is mature on the Mac.By the way, the make_framework.sh script has been removed sincerevision
2528.The last revision where make_framework.sh successfully builds, as I tested, is r2492.
OpenCV can now be built as a Mac OS X Framework useable with XCode. Just invoke the './make_frameworks.sh' script and you will obtain a Universal Framework named "OpenCV.framework" meant as a Private Framework.
Additionally, a pre-built version (universal binary Private Framework, again together with a demo application) is available. See thePrivateFrameworkwiki
page or directly download it fromhttp://www.ient.rwth-aachen.de/~asbach/OpenCV-Private-Framework-1.1.dmg.
A more recent version of the framework can be found herehttp://www.ient.rwth-aachen.de/cms/software/opencv/or
downloaded directly fromhttp://www.ient.rwth-aachen.de/~asbach/OpenCV-Private-Framework-1.2.dmg
OpenCV 2.0 Universal Framework (tested on ppc and i386 Leopard and Snow Leopard): Here is an universal Framework for Mac ppc/i386 built from the OpenCV 2.0 released in September09. By the way, I also fixed some bugs and add some improvements:
-> a bug on Mac (carbon) that prevented cvCloseWindow/cvCloseAllWindow from working. -> a bug when 2 cameras capture images simultaneously (black bands) (see picture bellow) -> The trackbar now displays its current value (see picture bellow) and is resized according to its name.
Those fix/improvements are added to this framework.