http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
A blob tracker auto
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class BlobTrackerAuto<TColor> : BlobSeqBase where TColor : struct, new(), IColor |
Visual Basic |
---|
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.
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.VideoSurveillance..::..BlobSeqBase
Emgu.CV.VideoSurveillance..::..BlobTrackerAuto<(Of <(<'TColor>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.VideoSurveillance..::..BlobSeqBase
Emgu.CV.VideoSurveillance..::..BlobTrackerAuto<(Of <(<'TColor>)>)>