Settings-structure that may be passed to the constructor of MultiObjectTLD. More...
#include <MultiObjectTLD.h>
Public Member Functions | |
MOTLDSettings (int cm=COLOR_MODE_GRAY) | |
Constructor setting default configuration. | |
Public Attributes | |
bool | allowFastChange |
if set to true, "conservative confidence" is disabled (default: false) | |
int | bbMin |
minimum width/height for sliding window (default 24) | |
int | colorMode |
mode in which the images are passed to MultiObjectTLD::processFrame(). Supported modes are COLOR_MODE_GRAY (default) and COLOR_MODE_RGB | |
bool | enableFastRotation |
temporary trains rotated patches to account for fast rotation in image plane (experimental!) | |
int | featuresPerFern |
number of features (= tree depth) (default: 10) | |
int | numFerns |
number of ferns (simplified decision trees) in the ensemble classifier (default: 8) | |
int | patchSize |
width and height of internal patch representation (default: 15) | |
int | scaleMax |
int | scaleMin |
sliding window scales = 1.2^n for n in {scaleMin, ... scaleMax} (default: -10, 11) | |
bool | useColor |
uses color histograms to extend the confidence measure of NNClassifier (experimental!) |
Settings-structure that may be passed to the constructor of MultiObjectTLD.
Definition at line 53 of file MultiObjectTLD.h.
motld::MOTLDSettings::MOTLDSettings | ( | int | cm = COLOR_MODE_GRAY | ) | [inline] |
Constructor setting default configuration.
Definition at line 76 of file MultiObjectTLD.h.
if set to true, "conservative confidence" is disabled (default: false)
Definition at line 71 of file MultiObjectTLD.h.
minimum width/height for sliding window (default 24)
Definition at line 67 of file MultiObjectTLD.h.
mode in which the images are passed to MultiObjectTLD::processFrame(). Supported modes are COLOR_MODE_GRAY (default) and COLOR_MODE_RGB
Definition at line 57 of file MultiObjectTLD.h.
temporary trains rotated patches to account for fast rotation in image plane (experimental!)
Definition at line 73 of file MultiObjectTLD.h.
number of features (= tree depth) (default: 10)
Definition at line 63 of file MultiObjectTLD.h.
number of ferns (simplified decision trees) in the ensemble classifier (default: 8)
Definition at line 61 of file MultiObjectTLD.h.
width and height of internal patch representation (default: 15)
Definition at line 59 of file MultiObjectTLD.h.
Definition at line 65 of file MultiObjectTLD.h.
sliding window scales = 1.2^n for n in {scaleMin, ... scaleMax} (default: -10, 11)
Definition at line 65 of file MultiObjectTLD.h.
uses color histograms to extend the confidence measure of NNClassifier (experimental!)
Definition at line 69 of file MultiObjectTLD.h.