The issue is that Carbon is 32-bit and poses problems with Snow Leopard which defaults to 64-bit compilation. Using the Quicktime framework requires us to reconfigure the build for 32-bit compilation, which is very unfortunate for a math-intensive library such as OpenCV. As I understand it, the only 64-bit solution is to use more modern QTKit framework instead.
I'm not sure how the cmake...
2009-10-31 01:28:59 UTC in Open Computer Vision Library