A blob tracker auto
| C# | Visual Basic | Visual 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
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) |
| Object | |||
| DisposableObject | |||
| UnmanagedObject | |||
| BlobTrackerAuto | |||