GpuMat Properties |
The GpuMat type exposes the following members.
| Name | Description | |
|---|---|---|
| Depth |
Depth type
| |
| IsContinuous |
True if the data is continues
| |
| IsEmpty |
True if the matrix is empty
| |
| NumberOfChannels |
Number of channels
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Size |
Get the GpuMat size:
width == number of columns, height == number of rows
| |
| Type |
Get the type of the GpuMat
|