opencv/modules/core/src/cuda
chacha21 2db7f8e827 Adding getStdAllocator() to cv::cuda::GpuMat
To be on par with `cv::Mat`, let's add `cv::cuda::GpuMat::getStdAllocator()`
This is useful anyway, because when a user wants to use custom allocators, he might want to resort to the standard default allocator behaviour, not some other allocator that could have been set by `setDefaultAllocator()`
2024-08-01 09:36:08 +02:00
..
gpu_mat_nd.cu Merge pull request #19259 from nglee:dev_gpumatnd1 2021-02-05 20:30:37 +00:00
gpu_mat.cu Adding getStdAllocator() to cv::cuda::GpuMat 2024-08-01 09:36:08 +02:00