#include <opencv2/tracking.hpp>
| cv::TrackerKCF::Params::Params |
( |
| ) |
|
| bool cv::TrackerKCF::Params::compress_feature |
activate the pca method to compress the features
| int cv::TrackerKCF::Params::compressed_size |
feature size after compression
| int cv::TrackerKCF::Params::desc_npca |
| int cv::TrackerKCF::Params::desc_pca |
| float cv::TrackerKCF::Params::detect_thresh |
detection confidence threshold
| float cv::TrackerKCF::Params::interp_factor |
linear interpolation factor for adaptation
| float cv::TrackerKCF::Params::lambda |
| int cv::TrackerKCF::Params::max_patch_size |
threshold for the ROI size
| float cv::TrackerKCF::Params::output_sigma_factor |
spatial bandwidth (proportional to target)
| float cv::TrackerKCF::Params::pca_learning_rate |
compression learning rate
| bool cv::TrackerKCF::Params::resize |
activate the resize feature to improve the processing speed
| float 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: