How can I debug into function like "cvCreateTreeCascadeClassifier "?
Hi,everyone.I'm studying on HAAR training of OpenCV recently. OpenCV supply several tools like opencv_createsamples.exe, opencv_haartraining.exe, etc.And I want to debug into the functions. Who can tell me how to creat my own objects which have the same functions of "opencv_haartraining.exe", then I can debug into it, instead of using OpenCV' tools.