Parameters of blobtracker auto ver1

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class BlobTrackerAutoParam<TColor>
where TColor : struct, new(), IColor
Public Class BlobTrackerAutoParam(Of TColor As {Structure, New, IColor})
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

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BlobTrackerAutoParam<(Of <(<'TColor>)>)>()()()()
Initializes a new instance of the BlobTrackerAutoParam<(Of <(<'TColor>)>)> class
BlobDetector
Selected blob detector module. If this field is NULL default blobdetector module will be created.
BlobTracker
Selected blob tracking module. If this field is NULL default blobtracker module will be created.
BTA
Selected blob trajectory analysis module. If this field is NULL no track analysis is done.
BTGen
Selected blob trajectory generator. If this field is IntPtr.Zero no generator is used.
BTPP
Selected blob trajectory postprocessing module. If this field is NULL no postprocessing is done.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FGDetector
FGDetector module. If this field is NULL the Process FG mask is used.
FGTrainFrames
Number of frames needed for FG (foreground) detector to train.
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MCvBlobTrackerAutoParam1
Get the equivalent MCvBlobTrackerAutoParam1
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UsePPData
Indicates if postprocess data should be used

Inheritance Hierarchy

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

See Also