MatTElem, TInherit Properties |
The MatTElem, TInherit generic type exposes the following members.
| 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
(Inherited from Mat.) | |
| ColExpr |
Indexer to access Mat column as MatExpr
(Inherited from Mat.) | |
| Cols |
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.) | |
| Count |
Returns the total number of matrix elements (Mat.total)
| |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| Data |
pointer to the data
(Inherited from Mat.) | |
| DataEnd |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) | |
| DataLimit |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) | |
| DataPointer |
unsafe pointer to the data
(Inherited from Mat.) | |
| DataStart |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) | |
| Expr |
Indexer to access partial Mat as MatExpr
(Inherited from Mat.) | |
| Height |
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.) | |
| 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.) | |
| IsReadOnly |
Gets a value indicating whether the IList is read-only.
| |
| ItemRange |
Extracts a rectangular submatrix.
| |
| ItemRect |
Extracts a rectangular submatrix.
| |
| ItemRange, Range |
Extracts a rectangular submatrix.
| |
| ItemInt32, Int32, Int32, Int32 |
Extracts a rectangular submatrix.
| |
| Row |
Indexer to access Mat row as Mat
(Inherited from Mat.) | |
| RowExpr |
Indexer to access Mat row as MatExpr
(Inherited from Mat.) | |
| Rows |
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.) | |
| Width |
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.) |