|
X-Boost
2.3.8
|
#include <ObjectDetector.h>
Public Attributes | |
| bool | enabled |
| Is this classifier enabled? | |
| int | category |
| class associated with classifier | |
| double | th |
| algorithm threshold | |
| int | step_mode |
| how many step per octave are used | |
| int | downsampling |
| response precision | |
|
std::vector< std::pair< int, int > > | m_srcSearchRanges |
| search ranges | |
| std::vector< rect > | m_searchRoi |
| subregions ROI(s) | |
| size | sz |
Some parameters classifier-dependent. Each classifier can have some parameters, and different classifiers that run togheter can have different, personal, parameters.
| size ObjectDetectorParams::sz |
(used internally) (read only) classifier geometry. This field provides the classifier geometry.
1.8.7