Emgu CV Library Documentation
BlobTrackerAuto Class
NamespacesEmgu.CV.VideoSurveillanceBlobTrackerAuto

www.emgu.com/wiki
A blob tracker auto
Declaration Syntax
C#Visual BasicVisual C++
public class BlobTrackerAuto : UnmanagedObject, 
	IEnumerable<MCvBlob>, IEnumerable
Public Class BlobTrackerAuto _
	Inherits UnmanagedObject _
	Implements IEnumerable(Of MCvBlob), IEnumerable
public ref class BlobTrackerAuto : public UnmanagedObject, 
	IEnumerable<MCvBlob>, IEnumerable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
BlobTrackerAuto(BlobTrackerAutoParam)
Create a auto blob tracker using the specific parameters

BlobTrackerAuto()()()
Create a default auto blob tracker

_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Count
Get the number of blobs in this tracker

Dispose()()()
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Dispose(Boolean)
Release the all the memory associate with this object
(Inherited from DisposableObject.)
DisposeObject()()()
Release the blob tracker auto
(Overrides DisposableObject.DisposeObject()()().)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Destructor
(Inherited from DisposableObject.)
GetEnumerator()()()
Get an enumerator of all the blobs tracked by this tracker.

GetForgroundMask()()()
Get the forground mask

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(Int32])])
Return the blob given the specific index

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Param
The parameters for this blob tracker auto

Process(IImage)
Process a frame

Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

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