Class TrackerKCF.Params
Inheritance
System.Object
TrackerKCF.Params
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp.Tracking
Assembly: OpenCvSharp.dll
Syntax
public class Params
Fields
| Improve this Doc View SourceCompressedSize
feature size after compression
Declaration
public int CompressedSize
Field Value
Type | Description |
---|---|
System.Int32 |
CompressFeature
activate the pca method to compress the features
Declaration
public bool CompressFeature
Field Value
Type | Description |
---|---|
System.Boolean |
DescNpca
non-compressed descriptors of TrackerKCF::MODE
Declaration
public int DescNpca
Field Value
Type | Description |
---|---|
System.Int32 |
DescPca
compressed descriptors of TrackerKCF::MODE
Declaration
public int DescPca
Field Value
Type | Description |
---|---|
System.Int32 |
DetectThresh
detection confidence threshold
Declaration
public float DetectThresh
Field Value
Type | Description |
---|---|
System.Single |
InterpFactor
linear interpolation factor for adaptation
Declaration
public float InterpFactor
Field Value
Type | Description |
---|---|
System.Single |
Lambda
regularization
Declaration
public float Lambda
Field Value
Type | Description |
---|---|
System.Single |
MaxPatchSize
threshold for the ROI size
Declaration
public int MaxPatchSize
Field Value
Type | Description |
---|---|
System.Int32 |
OutputSigmaFactor
spatial bandwidth (proportional to target)
Declaration
public float OutputSigmaFactor
Field Value
Type | Description |
---|---|
System.Single |
PcaLearningRate
compression learning rate
Declaration
public float PcaLearningRate
Field Value
Type | Description |
---|---|
System.Single |
Resize
activate the resize feature to improve the processing speed
Declaration
public bool Resize
Field Value
Type | Description |
---|---|
System.Boolean |
Sigma
gaussian kernel bandwidth
Declaration
public float Sigma
Field Value
Type | Description |
---|---|
System.Single |
SplitCoeff
split the training coefficients into two matrices
Declaration
public bool SplitCoeff
Field Value
Type | Description |
---|---|
System.Boolean |
WrapKernel
wrap around the kernel values
Declaration
public bool WrapKernel
Field Value
Type | Description |
---|---|
System.Boolean |