1 | initial version |
sadly, right now, you cannot use any CUDA functionality from python, even if you built it WITH_CUDA=ON
the c++ code is using special data structures (GpuMat), which are not exposed to python in any way.
2 | No.2 Revision |
sadly, right now, you cannot use any opencv CUDA functionality from python, even if you built it WITH_CUDA=ON
the c++ code is using special data structures (GpuMat), which are not exposed to python in any way.