CvConDensation
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharpCvConDensation
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvConDensation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvConDensation(IntPtr) |
Initialize from pointer
|
![]() | CvConDensation(Int32, Int32, Int32) |
Allocates ConDensation filter structure
|
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.) |
![]() | DP |
Dimension of state vector
|
![]() | DynamMatr |
Matrix of the linear Dynamics system
|
![]() | FlConfidence |
Confidence for each Sample
|
![]() | FlCumulative |
Cumulative confidence
|
![]() | FlNewSamples |
Temporary array of the Sample Vectors
|
![]() | FlSamples |
Array of the Sample Vectors
|
![]() | 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.) |
![]() | MP |
Dimension of measurement vector
|
![]() | RandomSample |
RandomVector to update sample set
|
![]() | RandS |
RandomVector to update sample set
|
![]() | SamplesNum |
Number of the Samples
|
![]() | State |
Vector of State
|
![]() | Temp |
Temporary vector
|
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.) |
![]() | GetFlSamples | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) |
![]() | SetFlSamples | |
![]() | ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | dataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) |
![]() | ptr |
Data pointer
(Inherited from DisposableCvObject.) |
![]() ![]() | SizeOf |
sizeof(CvConDensation)
|
See Also