The CudaMem type exposes the following members.
Operators
Name | Description | |
---|---|---|
(CudaMem to Mat) |
returns matrix header with disabled reference counting for CudaMem data.
| |
(CudaMem to GpuMat) |
maps host memory into device address space and returns GpuMat header for it.
Throws exception if not supported by hardware.
|
See Also