HostMem¶
Singleton Methods¶
get_allocator(alloc_type: Cv::Cuda::HostMem::AllocType) -> Cv::MatAllocator
Constructors¶
initialize(alloc_type: Cv::Cuda::HostMem::AllocType)
initialize(arr: Cv::InputArray, alloc_type: Cv::Cuda::HostMem::AllocType)
initialize(size: Cv::Size, type: Integer, alloc_type: Cv::Cuda::HostMem::AllocType)
initialize(rows: Integer, cols: Integer, type: Integer, alloc_type: Cv::Cuda::HostMem::AllocType)
Attributes¶
alloc_type: Cv::Cuda::HostMem::AllocType (read/write)
Methods¶
assign(m: Cv::Cuda::HostMem) -> Cv::Cuda::HostMem
create(size: Cv::Size, type: Integer) -> NilClass
create(rows: Integer, cols: Integer, type: Integer) -> NilClass
create_gpu_mat_header -> Cv::Cuda::GpuMat
initialize_copy(m: Cv::Cuda::HostMem) -> NilClass
reshape(cn: Integer, rows: Integer) -> Cv::Cuda::HostMem
swap(b: Cv::Cuda::HostMem) -> NilClass