CvSparseMat Properties OpenCvSharp Class Library

The CvSparseMat type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDims
Get number of dimensions of the array
Public propertyElemChannels
Get number of channels
(Inherited from CvArr.)
Public propertyElemDepth
Get bit Depth
(Inherited from CvArr.)
Public propertyElemType
Get type of the array
(Inherited from CvArr.)
Public propertyHashSize
Size of hashtable
Public propertyHashTable
hashtable: each entry has a list of nodes having the same "hashvalue modulo hashsize"
Public propertyHeap
A pool of hashtable nodes
Public propertyIdxOffset
Index offset in bytes for the array nodes
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyItemInt32
Return the particular array element (cvGet1D/Set1D)
(Inherited from CvArr.)
Public propertyItemInt32, Int32
Return the particular array element (cvGet2D/Set2D)
(Inherited from CvArr.)
Public propertyItemInt32, Int32, Int32
Return the particular array element (cvGet3D/Set3D)
(Inherited from CvArr.)
Public propertySize
Arr of dimension sizes
Public propertyType
CvSparseMat signature (CV_SPARSE_MAT_MAGIC_VAL), element type and flags
Public propertyValOffset
Value offset in bytes for the array nodes
Top
See Also

Reference