where i can find ocvTrainCascade code source without installing opencv

 Accepted Answer

https://github.com/Itseez/opencv/blob/master/apps/traincascade/traincascade.cpp

2 Comments

thank you sir, is this the function used by traincascadeobjectdetector of matlab?
ocvTrainCascade appears to be a MEX interface to that routine. trainCascadeObjectDetector.m adds a bunch of overhead logic.

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!