I created an Juce Audio-Plugin project with the introjucer and Xcode4.
All works fine until I added #include <cv.h>
into my code.
I got 317 issues in the OpenCV files: core.hpp, operations.hpp, mat.hpp, imgproc.hpp, features2d.hpp, objdetect.hpp that 'juce::Point' is not a type
and some other namespace errors...
I tried to set the #include <cv.h>
above all other includes and below...
Does anyone have an idea?