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

#include "tracker.hpp"

Public Member Functions

 Params ()
 Constructor. More...
 
void read (const FileNode &)
 Read parameters from file, currently unused. More...
 
void write (FileStorage &) const
 Read parameters from file, currently unused. More...
 

Public Attributes

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

Constructor & Destructor Documentation

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

Constructor.

Member Function Documentation

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

Read parameters from file, currently unused.

void cv::TrackerKCF::Params::write ( FileStorage ) const

Read parameters from file, currently unused.

Member Data Documentation

bool cv::TrackerKCF::Params::compress_feature

activate the pca method to compress the features

int cv::TrackerKCF::Params::compressed_size

feature size after compression

unsigned int cv::TrackerKCF::Params::desc_npca

non-compressed descriptors of TrackerKCF::MODE

unsigned int cv::TrackerKCF::Params::desc_pca

compressed descriptors of TrackerKCF::MODE

double cv::TrackerKCF::Params::interp_factor

linear interpolation factor for adaptation

double cv::TrackerKCF::Params::lambda

regularization

int cv::TrackerKCF::Params::max_patch_size

threshold for the ROI size

double cv::TrackerKCF::Params::output_sigma_factor

spatial bandwidth (proportional to target)

double cv::TrackerKCF::Params::pca_learning_rate

compression learning rate

bool cv::TrackerKCF::Params::resize

activate the resize feature to improve the processing speed

double cv::TrackerKCF::Params::sigma

gaussian kernel bandwidth

bool cv::TrackerKCF::Params::split_coeff

split the training coefficients into two matrices

bool cv::TrackerKCF::Params::wrap_kernel

wrap around the kernel values


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