A blob tracker auto

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

Syntax

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

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.Util..::.DisposableObject
    Emgu.Util..::.UnmanagedObject
      Emgu.CV.VideoSurveillance..::.BlobSeqBase
        Emgu.CV.VideoSurveillance..::.BlobTrackerAuto<(Of <(TColor>)>)

See Also