Mat Properties OpenCvSharp Class Library

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 propertyCol
Indexer to access Mat column as Mat
Public propertyColExpr
Indexer to access Mat column as MatExpr
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()
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 propertyExpr
Indexer to access partial Mat as MatExpr
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 propertyRefcount
pointer to the reference counter; when matrix points to user-allocated data, the pointer is NULL
Public propertyRow
Indexer to access Mat row as Mat
Public propertyRowExpr
Indexer to access Mat row as MatExpr
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

Reference