Parameters of blobtracker auto ver1

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public class BlobTrackerAutoParam<TColor>
where TColor : struct, new(), IColor
Visual Basic (Declaration)
Public Class BlobTrackerAutoParam(Of TColor As {Structure, New, IColor})
Visual C++
generic<typename TColor>
where TColor : value class, gcnew(), IColor
public ref class BlobTrackerAutoParam

Type Parameters

TColor
The type of color for the image to be tracked. Due to a bug in OpenCV, only Gray is supported at the moment

Inheritance Hierarchy

System..::.Object
  Emgu.CV.VideoSurveillance..::.BlobTrackerAutoParam<(Of <(TColor>)>)

See Also