UMat Properties |
The UMat type exposes the following members.
| Name | Description | |
|---|---|---|
| Bytes |
Get or Set the raw image data
| |
| Cols |
The number of columns
| |
| Depth |
Depth type
| |
| Dims |
The matrix dimensionality
| |
| ElementSize |
The size of the elements in this matrix
| |
| IsContinuous |
True if the data is continues
| |
| IsEmpty |
True if the matrix is empty
| |
| IsSubmatrix |
True if the matrix is a submatrix of another matrix
| |
| NumberOfChannels |
Number of channels
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Rows |
The number of rows
| |
| Size |
The size of this matrix
| |
| Total |
The method returns the number of array elements (a number of pixels if the array represents an image)
|