Extensive wrapping of CUDA functionalities for Python
authorHamdi Sahloul <hamdisahloul@hotmail.com>
Fri, 24 Aug 2018 20:57:24 +0000 (05:57 +0900)
committerHamdi Sahloul <hamdisahloul@hotmail.com>
Thu, 30 Aug 2018 13:50:33 +0000 (22:50 +0900)
commit532eace7d69a2fa4e24cdb7d8b6593b9287b7e4d
tree9cbbb9ef56fd3a0c2fb86a2e1df97c51ed64d865
parentd4ac4fcde1abf0b7d327a2d4377a097b5f9eee46
Extensive wrapping of CUDA functionalities for Python
16 files changed:
modules/core/include/opencv2/core/cuda.hpp
modules/core/misc/python/pyopencv_core.hpp
modules/cudaarithm/CMakeLists.txt
modules/cudaarithm/include/opencv2/cudaarithm.hpp
modules/cudabgsegm/include/opencv2/cudabgsegm.hpp
modules/cudacodec/CMakeLists.txt
modules/cudacodec/include/opencv2/cudacodec.hpp
modules/cudacodec/misc/python/pyopencv_cudacodec.hpp [new file with mode: 0644]
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
modules/cudaimgproc/include/opencv2/cudaimgproc.hpp
modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp
modules/cudaoptflow/include/opencv2/cudaoptflow.hpp
modules/cudastereo/include/opencv2/cudastereo.hpp
modules/cudawarping/include/opencv2/cudawarping.hpp
modules/imgproc/include/opencv2/imgproc.hpp
modules/python/test/test_cuda.py