Click or drag to resize

TrackerKCFParams Class

[Missing <summary> documentation for "T:OpenCvSharp.Tracking.TrackerKCF.Params"]

Inheritance Hierarchy
SystemObject
  OpenCvSharp.TrackingTrackerKCFParams

Namespace:  OpenCvSharp.Tracking
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public class Params

The TrackerKCFParams type exposes the following members.

Constructors
  NameDescription
Public methodTrackerKCFParams
Initializes a new instance of the TrackerKCFParams class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCompressedSize
feature size after compression
Public fieldCompressFeature
activate the pca method to compress the features
Public fieldDescNpca
non-compressed descriptors of TrackerKCF::MODE
Public fieldDescPca
compressed descriptors of TrackerKCF::MODE
Public fieldDetectThresh
detection confidence threshold
Public fieldInterpFactor
linear interpolation factor for adaptation
Public fieldLambda
regularization
Public fieldMaxPatchSize
threshold for the ROI size
Public fieldOutputSigmaFactor
spatial bandwidth (proportional to target)
Public fieldPcaLearningRate
compression learning rate
Public fieldResize
activate the resize feature to improve the processing speed
Public fieldSigma
gaussian kernel bandwidth
Public fieldSplitCoeff
split the training coefficients into two matrices
Public fieldWrapKernel
wrap around the kernel values
Top
See Also