http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a auto blob tracker using the specific parameters
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public BlobTrackerAuto( BlobTrackerAutoParam<TColor> param ) |
Visual Basic |
---|
Public Sub New ( _ param As BlobTrackerAutoParam(Of TColor) _ ) |
Visual C++ |
---|
public: BlobTrackerAuto( BlobTrackerAutoParam<TColor>^ param ) |
Parameters
- param
- Type: Emgu.CV.VideoSurveillance..::..BlobTrackerAutoParam<(Of <(<'TColor>)>)>
The parameters for this blob tracker auto