Struct TrackerMIL.Params
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public struct Params
Fields
| Improve this Doc View SourceFeatureSetNumFeatures
features
Declaration
public int FeatureSetNumFeatures
Field Value
Type | Description |
---|---|
System.Int32 |
SamplerInitInRadius
radius for gathering positive instances during init
Declaration
public float SamplerInitInRadius
Field Value
Type | Description |
---|---|
System.Single |
SamplerInitMaxNegNum
negative samples to use during init
Declaration
public int SamplerInitMaxNegNum
Field Value
Type | Description |
---|---|
System.Int32 |
SamplerSearchWinSize
size of search window
Declaration
public float SamplerSearchWinSize
Field Value
Type | Description |
---|---|
System.Single |
SamplerTrackInRadius
radius for gathering positive instances during tracking
Declaration
public float SamplerTrackInRadius
Field Value
Type | Description |
---|---|
System.Single |
SamplerTrackMaxNegNum
negative samples to use during tracking
Declaration
public int SamplerTrackMaxNegNum
Field Value
Type | Description |
---|---|
System.Int32 |
SamplerTrackMaxPosNum
positive samples to use during tracking
Declaration
public int SamplerTrackMaxPosNum
Field Value
Type | Description |
---|---|
System.Int32 |