The CvSparseMat type exposes the following members.
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.) |
![]() | Dims |
Get number of dimensions of the array
|
![]() | ElemChannels |
Get number of channels
(Inherited from CvArr.) |
![]() | ElemDepth |
Get bit Depth
(Inherited from CvArr.) |
![]() | ElemType |
Get type of the array
(Inherited from CvArr.) |
![]() | HashSize |
Size of hashtable
|
![]() | HashTable |
hashtable: each entry has a list of nodes having the same "hashvalue modulo hashsize"
|
![]() | Heap |
A pool of hashtable nodes
|
![]() | IdxOffset |
Index offset in bytes for the array nodes
|
![]() | 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.) |
![]() | ItemInt32 |
Return the particular array element (cvGet1D/Set1D)
(Inherited from CvArr.) |
![]() | ItemInt32, Int32 |
Return the particular array element (cvGet2D/Set2D)
(Inherited from CvArr.) |
![]() | ItemInt32, Int32, Int32 |
Return the particular array element (cvGet3D/Set3D)
(Inherited from CvArr.) |
![]() | Size |
Arr of dimension sizes
|
![]() | Type |
CvSparseMat signature (CV_SPARSE_MAT_MAGIC_VAL), element type and flags
|
![]() | ValOffset |
Value offset in bytes for the array nodes
|
See Also