Scroll to navigation

OPENCV_TRAINCASCADE(1) User Commands OPENCV_TRAINCASCADE(1)

NAME

opencv_traincascade - transcascade application

SYNOPSIS

opencv_traincascade [options]

DESCRIPTION

traincascade application.

OPTIONS

opencv_traincascade supports the following options:

BASIC OPTIONS

The default is 2000.

The default is 1000.

The default is 20.

The default is 256.

The default is 256.

CASCADE OPTIONS

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.

BOOST OPTIONS

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.

HAARFEATURE OPTIONS

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

EXAMPLES

TODO

SEE ALSO

opencv_haartraing(1), opencv_performance(1)

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

AUTHORS

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

May 2010 OpenCV