Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

where is the typedef struct definition for C's CvHaarClassifierCascade in the OpenCV 2.4.6.1 folder

I grepped everywhere for it(on Ubuntu raring) the closest I found was in this .hpp file

./objdetect/include/opencv2/objdetect/objdetect.hpp:

but from what I understand thats C++ right

i found it here http://opencv.jp/opencv-2.2_org/c/objdetect_cascade_classification.html?highlight=cvhaarclassifiercascade#CvHaarClassifierCascade

can I just grab the typedef struct there and use it....if so where do i put it like i/e core_c.h?

click to hide/show revision 2
retagged

updated 2013-10-19 13:39:25 -0600

berak gravatar image

where is the typedef struct definition for C's CvHaarClassifierCascade in the OpenCV 2.4.6.1 folder

I grepped everywhere for it(on Ubuntu raring) the closest I found was in this .hpp file

./objdetect/include/opencv2/objdetect/objdetect.hpp:

but from what I understand thats C++ right

i found it here http://opencv.jp/opencv-2.2_org/c/objdetect_cascade_classification.html?highlight=cvhaarclassifiercascade#CvHaarClassifierCascade

can I just grab the typedef struct there and use it....if so where do i put it like i/e core_c.h?