Struct TrackerBoosting.Params
- Namespace
- OpenCvSharp.Tracking.Legacy
- Assembly
- OpenCvSharp.dll
TrackerBoosting parameters. Layout matches cv::legacy::TrackerBoosting::Params.
[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct TrackerBoosting.Params
- Inherited Members
Fields
FeatureSetNumFeatures
features
public int FeatureSetNumFeatures
Field Value
IterationInit
the initial iterations
public int IterationInit
Field Value
NumClassifiers
the number of classifiers to use in a OnlineBoosting algorithm
public int NumClassifiers
Field Value
SamplerOverlap
search region parameters to use in a OnlineBoosting algorithm
public float SamplerOverlap
Field Value
SamplerSearchFactor
search region parameters to use in a OnlineBoosting algorithm
public float SamplerSearchFactor