opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
cmake/parallel core(parallel): plugins support 2021-02-15 17:07:36 +00:00
doc Merge pull request #23342 from n0099:#23335 2023-05-03 14:15:53 +03:00
include/opencv2 Adding getStdAllocator() to cv::cuda::GpuMat 2024-08-01 09:36:08 +02:00
misc Replace static numpy allocator by function containing static. 2024-04-26 14:38:18 +02:00
perf Merge pull request #25671 from savuor:rv/arithm_extend_tests 2024-06-02 14:28:06 +03:00
src Adding getStdAllocator() to cv::cuda::GpuMat 2024-08-01 09:36:08 +02:00
test Merge pull request #25671 from savuor:rv/arithm_extend_tests 2024-06-02 14:28:06 +03:00
CMakeLists.txt build: first class cuda support 2023-12-26 09:39:18 +03:00