Overload List
| Name | Description | |
|---|---|---|
| CudaMem |
Creates empty CudaMem
| |
| CudaMem(IntPtr) |
Creates from native cv::gpu::CudaMem* pointer
| |
| CudaMem(CudaMem) | Initializes a new instance of the CudaMem class | |
| CudaMem(Size, MatType, CudaMemAllocType) | Initializes a new instance of the CudaMem class | |
| CudaMem(Int32, Int32, MatType, CudaMemAllocType) | Initializes a new instance of the CudaMem class |
See Also