Click or drag to resize

MatTElem Properties

The MatTElem generic 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 propertyCols
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Public propertyCount
Returns the total number of matrix elements (Mat.total)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyData
pointer to the data
(Inherited from Mat.)
Public propertyDataEnd
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Protected propertyDataHandle
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.)
Public propertyDataLimit
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Public propertyDataPointer
unsafe pointer to the data
(Inherited from Mat.)
Public propertyDataStart
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Public propertyDims
the array dimensionality, >= 2
(Inherited from Mat.)
Public propertyFlags
includes several bit-fields: - the magic signature - continuity flag - depth - number of channels
(Inherited from Mat.)
Public propertyHeight
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
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 propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
Public propertyItemRange
Extracts a rectangular submatrix.
Public propertyItemRect
Extracts a rectangular submatrix.
Public propertyItemRange, Range
Extracts a rectangular submatrix.
Public propertyItemInt32, Int32, Int32, Int32
Extracts a rectangular submatrix.
Public propertyRows
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Public propertyWidth
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Top
See Also