Ask Your Question

lcs's profile - activity

2019-05-12 02:26:31 -0600 received badge  Popular Question (source)
2012-07-22 03:55:35 -0600 received badge  Student (source)
2012-07-21 04:10:29 -0600 asked a question 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.