The CvCamShiftTracker type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
| AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetBackProject |
get back project image
| |
| GetCenter |
center of the object
| |
| GetHashCode | (Inherited from Object.) | |
| GetHistDims |
returns number of histogram dimensions and sets
| |
| GetLength |
the larger linear size of the object
| |
| GetMaxChVal |
get the maximum allowed value of the specified channel
| |
| GetMinChVal |
get the minimum allowed value of the specified channel
| |
| GetOrientation |
orientation of the object in degrees
| |
| GetThreshold |
thresholding value that applied to back project
| |
| GetType | (Inherited from Object.) | |
| GetWidth |
the smaller linear size of the object
| |
| GetWindow |
bounding rectangle for the object
| |
| MemberwiseClone | (Inherited from Object.) | |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| Query | ||
| ResetHistogram |
reset histogram
| |
| SetHistBinRange | ||
| SetHistDims |
set the histogram parameters
| |
| SetMaxChVal |
set the maximum allowed value of the specified channel
| |
| SetMinChVal |
set the minimum allowed value of the specified channel
| |
| SetThreshold |
threshold applied to the histogram bins
| |
| SetWindow |
set initial object rectangle (must be called before initial calculation of the histogram)
| |
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| TrackObject |
update object position
| |
| UpdateHistogram |
update object histogram
|
See Also