OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::TrackerKCF::Params Struct Reference

#include <opencv2/tracking.hpp>

Collaboration diagram for cv::TrackerKCF::Params:

Public Member Functions

 Params ()
 

Public Attributes

bool compress_feature
 activate the pca method to compress the features
 
int compressed_size
 feature size after compression
 
int desc_npca
 non-compressed descriptors of TrackerKCF::MODE
 
int desc_pca
 compressed descriptors of TrackerKCF::MODE
 
float detect_thresh
 detection confidence threshold
 
float interp_factor
 linear interpolation factor for adaptation
 
float lambda
 regularization
 
int max_patch_size
 threshold for the ROI size
 
float output_sigma_factor
 spatial bandwidth (proportional to target)
 
float pca_learning_rate
 compression learning rate
 
bool resize
 activate the resize feature to improve the processing speed
 
float sigma
 gaussian kernel bandwidth
 
bool split_coeff
 split the training coefficients into two matrices
 
bool wrap_kernel
 wrap around the kernel values
 

Constructor & Destructor Documentation

◆ Params()

cv::TrackerKCF::Params::Params ( )

Member Data Documentation

◆ compress_feature

bool cv::TrackerKCF::Params::compress_feature

activate the pca method to compress the features

◆ compressed_size

int cv::TrackerKCF::Params::compressed_size

feature size after compression

◆ desc_npca

int cv::TrackerKCF::Params::desc_npca

non-compressed descriptors of TrackerKCF::MODE

◆ desc_pca

int cv::TrackerKCF::Params::desc_pca

compressed descriptors of TrackerKCF::MODE

◆ detect_thresh

float cv::TrackerKCF::Params::detect_thresh

detection confidence threshold

◆ interp_factor

float cv::TrackerKCF::Params::interp_factor

linear interpolation factor for adaptation

◆ lambda

float cv::TrackerKCF::Params::lambda

regularization

◆ max_patch_size

int cv::TrackerKCF::Params::max_patch_size

threshold for the ROI size

◆ output_sigma_factor

float cv::TrackerKCF::Params::output_sigma_factor

spatial bandwidth (proportional to target)

◆ pca_learning_rate

float cv::TrackerKCF::Params::pca_learning_rate

compression learning rate

◆ resize

bool cv::TrackerKCF::Params::resize

activate the resize feature to improve the processing speed

◆ sigma

float cv::TrackerKCF::Params::sigma

gaussian kernel bandwidth

◆ split_coeff

bool cv::TrackerKCF::Params::split_coeff

split the training coefficients into two matrices

◆ wrap_kernel

bool cv::TrackerKCF::Params::wrap_kernel

wrap around the kernel values


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