Ask Your Question

Revision history [back]

Hi!

opencv_createsamples and opencv_traincascade are not opencv function... They are executable you have to build (using CMake rule BUILD_opencv_apps).

The source code can be found in /apps/traincascade and /apps/haartraining of the opencv repository... Then you can use this tutorial to understand how to use the programs!

Good luck ;)