Struct TrackerKCF.Params
- Namespace
- OpenCvSharp.Tracking
- Assembly
- OpenCvSharp.dll
TrackerKCF parameters. Layout matches cv::TrackerKCF::Params so it can be passed
directly to the native entry point; the bool options are backed by a single byte
(native bool is one byte) to keep the struct blittable for source-generated marshalling.
public struct TrackerKCF.Params
- Inherited Members
Fields
- CompressedSize
feature size after compression
- DescNpca
non-compressed descriptors of TrackerKCF::MODE
- DescPca
compressed descriptors of TrackerKCF::MODE
- 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