Click or drag to resize

Mat Properties

The Mat 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
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyData
pointer to the data
Public propertyDataEnd
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
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()
Public propertyDataPointer
unsafe pointer to the data
Public propertyDataStart
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
Public propertyDims
the array dimensionality, >= 2
Public propertyFlags
includes several bit-fields: - the magic signature - continuity flag - depth - number of channels
Public propertyHeight
the number of rows or -1 when the array has more than 2 dimensions
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 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
Public propertyWidth
the number of columns or -1 when the array has more than 2 dimensions
Top
See Also