Support Python binding for CUDA functionalities
authorHamdi Sahloul <hamdisahloul@hotmail.com>
Mon, 6 Aug 2018 11:46:46 +0000 (20:46 +0900)
committerHamdi Sahloul <hamdisahloul@hotmail.com>
Tue, 7 Aug 2018 06:48:12 +0000 (15:48 +0900)
commit293facbae7fe228042dc165d915d0b40e3ca8da2
treeac6949b669cd58694eb13bc347bd7d220bd44ed0
parent053259fd92c1736d3920c7d43cb0400c518c4a5e
Support Python binding for CUDA functionalities
19 files changed:
modules/core/include/opencv2/core/cuda.hpp
modules/core/misc/python/pyopencv_core.hpp [new file with mode: 0644]
modules/cudabgsegm/CMakeLists.txt
modules/cudafeatures2d/CMakeLists.txt
modules/cudafilters/CMakeLists.txt
modules/cudafilters/include/opencv2/cudafilters.hpp
modules/cudaimgproc/CMakeLists.txt
modules/cudaimgproc/include/opencv2/cudaimgproc.hpp
modules/cudalegacy/src/cuda/NCVBroxOpticalFlow.cu
modules/cudalegacy/test/NCVTest.hpp
modules/cudalegacy/test/NCVTestSourceProvider.hpp
modules/cudaobjdetect/CMakeLists.txt
modules/cudaoptflow/CMakeLists.txt
modules/cudastereo/CMakeLists.txt
modules/cudawarping/CMakeLists.txt
modules/python/bindings/CMakeLists.txt
modules/python/src2/gen2.py
modules/python/src2/hdr_parser.py
modules/python/test/test_cuda.py [new file with mode: 0644]