Emgu CV Library Documentation
BlobTrackerAutoParam Class
NamespacesEmgu.CV.VideoSurveillanceBlobTrackerAutoParam

www.emgu.com/wiki
Parameters of blobtracker auto ver1
Declaration Syntax
C#Visual BasicVisual C++
public class BlobTrackerAutoParam
Public Class BlobTrackerAutoParam
public ref class BlobTrackerAutoParam
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
BlobTrackerAutoParam()()()
Initializes a new instance of the BlobTrackerAutoParam 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 NULL 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.)
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.)
ForgroundDetector
FGDetector module. If this field is NULL the Process FG mask is used.

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
Object
BlobTrackerAutoParam

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)