[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.CvCamShiftTracker"]
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusCvCamShiftTracker
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvCamShiftTracker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvCamShiftTracker | Initializes a new instance of the CvCamShiftTracker class |
Properties
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
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
|
Fields
| Name | Description | |
|---|---|---|
| dataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
| ptr |
Data pointer
(Inherited from DisposableCvObject.) |
See Also