All CUDA related stuff were moved to separate dynamic library.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Wed, 11 Dec 2013 12:38:30 +0000 (16:38 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Mon, 16 Dec 2013 10:46:44 +0000 (14:46 +0400)
commitd4087f19a2aa38c00b101b01d06c60dc70edf5d0
treecb3a9920f8f08faf1d111d42d2d8509a8b9a3a76
parente88253ccad7ed8b52538e1be41ea25d649677171
All CUDA related stuff were moved to separate dynamic library.
modules/core/CMakeLists.txt
modules/core/cuda/CMakeLists.txt [new file with mode: 0644]
modules/core/cuda/main.cpp [new file with mode: 0644]
modules/core/include/opencv2/core/gpumat.hpp
modules/core/src/gpumat.cpp
modules/core/src/gpumat_cuda.hpp [new file with mode: 0644]