http://www.emgu.com
Parameters of blobtracker auto ver1
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class BlobTrackerAutoParam<TColor>
where TColor : struct, new(), IColor
|
Visual Basic |
---|
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