The Mat 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.) |
![]() | Col |
Indexer to access Mat column as Mat
|
![]() | ColExpr |
Indexer to access Mat column as MatExpr
|
![]() | Cols |
the number of columns or -1 when the array has more than 2 dimensions
|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | Data |
pointer to the data
|
![]() | DataEnd |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
|
![]() | DataLimit |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
|
![]() | DataPointer |
unsafe pointer to the data
|
![]() | DataStart |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
|
![]() | Expr |
Indexer to access partial Mat as MatExpr
|
![]() | Height |
the number of rows or -1 when the array has more than 2 dimensions
|
![]() | 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.) |
![]() | ItemRange |
Extracts a rectangular submatrix.
|
![]() | ItemRect |
Extracts a rectangular submatrix.
|
![]() | ItemRange, Range |
Extracts a rectangular submatrix.
|
![]() | ItemInt32, Int32, Int32, Int32 |
Extracts a rectangular submatrix.
|
![]() | Refcount |
pointer to the reference counter;
when matrix points to user-allocated data, the pointer is NULL
|
![]() | Row |
Indexer to access Mat row as Mat
|
![]() | RowExpr |
Indexer to access Mat row as MatExpr
|
![]() | Rows |
the number of rows or -1 when the array has more than 2 dimensions
|
![]() | Width |
the number of columns or -1 when the array has more than 2 dimensions
|
See Also