http://www.emgu.com

The BlobTracker type exposes the following members.

Constructors

  NameDescription
Public methodBlobTracker
Create a blob trakcer of the specific type

Methods

  NameDescription
Public methodAdd
Add new blob to track it and assign to this blob personal ID
Public methodStatic memberCvBlobTrackerAddBlob
Add new blob to track it and assign to this blob personal ID
Public methodStatic memberCvBlobTrackerDelBlob
Delete blob by its index
Public methodStatic memberCvBlobTrackerGetBlob
Return pointer to specified by index blob
Public methodStatic memberCvBlobTrackerGetBlobByID
Return pointer to specified by index blob
Public methodStatic memberCvBlobTrackerGetBlobNum
Return number of currently tracked blobs
Public methodStatic memberCvBlobTrackerRealease
Release the blob tracker
Public methodStatic memberCvCreateBlobTrackerCC
Simple blob tracker based on connected component tracking
Public methodStatic memberCvCreateBlobTrackerCCMSPF
Connected component tracking and mean-shift particle filter collion-resolver
Public methodStatic memberCvCreateBlobTrackerMS
Meanshift without connected-components
Public methodStatic memberCvCreateBlobTrackerMSFG
Blob tracker that integrates meanshift and connected components
Public methodStatic memberCvCreateBlobTrackerMSFGS
Blob tracker that integrates meanshift and connected components:
Public methodStatic memberCvCreateBlobTrackerMSPF
Particle filtering via Bhattacharya coefficient, which is roughly the dot-product of two probability densities.
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the blob trakcer
(Overrides DisposableObject..::..DisposeObject()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetBlobByID
Get the blob with the specific id
(Overrides BlobSeqBase..::..GetBlobByID(Int32).)
Public methodGetEnumerator
Get an enumerator of all the blobs in this blob sequence.
(Inherited from BlobSeqBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodRemoveAt
Delete blob by its index
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)

Properties

  NameDescription
Public propertyCount
Get the number of blobs in this tracker
(Overrides BlobSeqBase..::..Count.)
Public propertyItem
Return the blob given the specific index
(Overrides BlobSeqBase..::..Item[([( Int32])]) .)
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)

See Also