OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::TrackerCSRT::Params 結構體參考

#include <opencv2/tracking.hpp>

cv::TrackerCSRT::Params 的協作圖

公共成員函式

 Params ()
 

公共屬性

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
 如果我們丟失了目標,如果 psr 低於此值。
 
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
 視窗函式:"hann"、"cheb"、"kaiser"。
 

建構函式 & 解構函式文件

◆ Params()

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

成員資料文件

◆ 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

如果我們丟失了目標,如果 psr 低於此值。

◆ 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

視窗函式:"hann"、"cheb"、"kaiser"。


此結構體的文件生成自以下檔案