OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::TrackerCSRT::Params Struct Reference

#include <opencv2/tracking/tracker.hpp>

Public Member Functions

 Params ()
 Constructor.
 
void read (const FileNode &)
 Read parameters from a file.
 
void write (cv::FileStorage &fs) const
 Write parameters to a file.
 

Public Attributes

int admm_iterations
 
int background_ratio
 
float cheb_attenuation
 
float filter_lr
 
float gsl_sigma
 
int histogram_bins
 
float histogram_lr
 
float hog_clip
 
float hog_orientations
 
float kaiser_alpha
 
int num_hog_channels_used
 
int number_of_scales
 
float padding
 
float psr_threshold
 we lost the target, if the psr is lower than this.
 
float scale_lr
 
float scale_model_max_area
 
float scale_sigma_factor
 
float scale_step
 
float template_size
 
bool use_channel_weights
 
bool use_color_names
 
bool use_gray
 
bool use_hog
 
bool use_rgb
 
bool use_segmentation
 
float weights_lr
 
std::string window_function
 Window function: "hann", "cheb", "kaiser".
 

Constructor & Destructor Documentation

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

Constructor.

Member Function Documentation

void cv::TrackerCSRT::Params::read ( const FileNode )

Read parameters from a file.

void cv::TrackerCSRT::Params::write ( cv::FileStorage fs) const

Write parameters to a file.

Member Data Documentation

int cv::TrackerCSRT::Params::admm_iterations
int cv::TrackerCSRT::Params::background_ratio
float cv::TrackerCSRT::Params::cheb_attenuation
float cv::TrackerCSRT::Params::filter_lr
float cv::TrackerCSRT::Params::gsl_sigma
int cv::TrackerCSRT::Params::histogram_bins
float cv::TrackerCSRT::Params::histogram_lr
float cv::TrackerCSRT::Params::hog_clip
float cv::TrackerCSRT::Params::hog_orientations
float cv::TrackerCSRT::Params::kaiser_alpha
int cv::TrackerCSRT::Params::num_hog_channels_used
int cv::TrackerCSRT::Params::number_of_scales
float cv::TrackerCSRT::Params::padding
float cv::TrackerCSRT::Params::psr_threshold

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

float cv::TrackerCSRT::Params::scale_lr
float cv::TrackerCSRT::Params::scale_model_max_area
float cv::TrackerCSRT::Params::scale_sigma_factor
float cv::TrackerCSRT::Params::scale_step
float cv::TrackerCSRT::Params::template_size
bool cv::TrackerCSRT::Params::use_channel_weights
bool cv::TrackerCSRT::Params::use_color_names
bool cv::TrackerCSRT::Params::use_gray
bool cv::TrackerCSRT::Params::use_hog
bool cv::TrackerCSRT::Params::use_rgb
bool cv::TrackerCSRT::Params::use_segmentation
float cv::TrackerCSRT::Params::weights_lr
std::string cv::TrackerCSRT::Params::window_function

Window function: "hann", "cheb", "kaiser".


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