Struct cv::TrackerCSRT::Params#

Collaboration diagram for cv::TrackerCSRT::Params:

cv::TrackerCSRT::Params Node1 cv::TrackerCSRT::Params + scale_model_max_area + scale_sigma_factor + scale_step + template_size + weights_lr + Params() Node2 bool     Node2->Node1 +use_channel_weights +use_color_names +use_gray +use_hog +use_rgb +use_segmentation Node3 std::string     Node3->Node1 +window_function Node4 std::basic_string< Char >     Node4->Node3 Node5 float     Node5->Node1 +cheb_attenuation +filter_lr +gsl_sigma +histogram_lr +hog_clip +hog_orientations +kaiser_alpha +padding +psr_threshold +scale_lr ... Node6 int     Node6->Node1 +admm_iterations +background_ratio +histogram_bins +num_hog_channels _used +number_of_scales

cv::TrackerCSRT::Params Node1 cv::TrackerCSRT::Params + scale_model_max_area + scale_sigma_factor + scale_step + template_size + weights_lr + Params() Node2 bool     Node2->Node1 +use_channel_weights +use_color_names +use_gray +use_hog +use_rgb +use_segmentation Node3 std::string     Node3->Node1 +window_function Node4 std::basic_string< Char >     Node4->Node3 Node5 float     Node5->Node1 +cheb_attenuation +filter_lr +gsl_sigma +histogram_lr +hog_clip +hog_orientations +kaiser_alpha +padding +psr_threshold +scale_lr ... Node6 int     Node6->Node1 +admm_iterations +background_ratio +histogram_bins +num_hog_channels _used +number_of_scales

Constructor & Destructor Documentation#

Params()#

cv::TrackerCSRT::Params::Params()

Python:

cv.TrackerCSRT.Params() -> <TrackerCSRT_Params object>

Member Data Documentation#

admm_iterations#

int cv::TrackerCSRT::Params::admm_iterations

background_ratio#

int cv::TrackerCSRT::Params::background_ratio

cheb_attenuation#

float cv::TrackerCSRT::Params::cheb_attenuation

filter_lr#

float cv::TrackerCSRT::Params::filter_lr

gsl_sigma#

float cv::TrackerCSRT::Params::gsl_sigma

histogram_bins#

int cv::TrackerCSRT::Params::histogram_bins

histogram_lr#

float cv::TrackerCSRT::Params::histogram_lr

hog_clip#

float cv::TrackerCSRT::Params::hog_clip

hog_orientations#

float cv::TrackerCSRT::Params::hog_orientations

kaiser_alpha#

float cv::TrackerCSRT::Params::kaiser_alpha

num_hog_channels_used#

int cv::TrackerCSRT::Params::num_hog_channels_used

number_of_scales#

int cv::TrackerCSRT::Params::number_of_scales

padding#

float cv::TrackerCSRT::Params::padding

psr_threshold#

float cv::TrackerCSRT::Params::psr_threshold

we lost the target, if the psr is lower than this.

scale_lr#

float cv::TrackerCSRT::Params::scale_lr

scale_model_max_area#

float cv::TrackerCSRT::Params::scale_model_max_area

scale_sigma_factor#

float cv::TrackerCSRT::Params::scale_sigma_factor

scale_step#

float cv::TrackerCSRT::Params::scale_step

template_size#

float cv::TrackerCSRT::Params::template_size

use_channel_weights#

bool cv::TrackerCSRT::Params::use_channel_weights

use_color_names#

bool cv::TrackerCSRT::Params::use_color_names

use_gray#

bool cv::TrackerCSRT::Params::use_gray

use_hog#

bool cv::TrackerCSRT::Params::use_hog

use_rgb#

bool cv::TrackerCSRT::Params::use_rgb

use_segmentation#

bool cv::TrackerCSRT::Params::use_segmentation

weights_lr#

float cv::TrackerCSRT::Params::weights_lr

window_function#

std::string cv::TrackerCSRT::Params::window_function

Window function: “hann”, “cheb”, “kaiser”.

Source file#

The documentation for this struct was generated from the following file: