DOKK / manpages / debian 11 / libopencv-dev / opencv_traincascade.1.en
OPENCV_TRAINCASCADE(1) User Commands OPENCV_TRAINCASCADE(1)

opencv_traincascade - transcascade application

opencv_traincascade [options]

traincascade application.

opencv_traincascade supports the following options:

The default is 2000.

The default is 1000.

The default is 20.

The default is 256.

The default is 256.

The default is BOOST.

Set feature type . You can select HAAR or LBP. The default is HAAR.

The default is 24.

The default is 24.

The type of the applied boosting algorithm. You can choose between Discrete AdaBoost (DAB), Real AdaBoost (RAB), LogitBoost (LB) and Gentle AdaBoost (GAB). The default is GAB.

The default is 0.995.

The default is 0.5.

The default is 0.95.

The default is 1.

The default is 100.

The type of the applied haarFeature mode. You can choose between BASIC, ORE and ALL. The default is BASIC.

TODO

opencv_haartraing(1), opencv_performance(1)

More information and examples can be found in the OpenCV documentation.

This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org> for the Debian project (but may be used by others).

May 2010 OpenCV