Struct TrackerKCF.Params
- Namespace
- OpenCvSharp.Tracking.Legacy
- Assembly
- OpenCvSharp.dll
TrackerKCF parameters. Layout matches the native tracker_legacy_TrackerKCF_Params
bridge struct (cv::legacy::TrackerKCF::Params just re-exposes
cv::tracking::TrackerKCF::Params); the bool options are backed by
a plain int per the general Params-struct convention, not a native bool.
public struct TrackerKCF.Params
- Inherited Members
Fields
- CompressedSize
feature size after compression
- DescNpca
non-compressed descriptors: a combination of TrackerKCFMode flags
- DescPca
compressed descriptors: a combination of TrackerKCFMode flags
- DetectThresh
detection confidence threshold
- InterpFactor
linear interpolation factor for adaptation
- Lambda
regularization
- MaxPatchSize
threshold for the ROI size
- OutputSigmaFactor
spatial bandwidth (proportional to target)
- PcaLearningRate
compression learning rate
- Sigma
gaussian kernel bandwidth
Properties
- CompressFeature
activate the pca method to compress the features
- Resize
activate the resize feature to improve the processing speed
- SplitCoeff
split the training coefficients into two matrices
- WrapKernel
wrap around the kernel values