Table of Contents

Struct TrackerMIL.Params

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll
[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct TrackerMIL.Params
Inherited Members

Fields

FeatureSetNumFeatures

features

SamplerInitInRadius

radius for gathering positive instances during init

SamplerInitMaxNegNum

negative samples to use during init

SamplerSearchWinSize

size of search window

SamplerTrackInRadius

radius for gathering positive instances during tracking

SamplerTrackMaxNegNum

negative samples to use during tracking

SamplerTrackMaxPosNum

positive samples to use during tracking