add cuda::HostMem::getAllocator method
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 19 Dec 2014 14:59:18 +0000 (17:59 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 23 Dec 2014 14:42:49 +0000 (17:42 +0300)
commitf054d6316a65c561499a033f6002cb16ba5dcfa7
tree2f584de1f661056b4c1855d52ea105680dff2b0f
parent2f8e1798ca0e8c071edbc77c3ead69057f06a9a9
add cuda::HostMem::getAllocator method

it allows to use cudaHostAlloc methods for cv::Mat objects
modules/core/include/opencv2/core/cuda.hpp
modules/core/src/cuda_host_mem.cpp
modules/core/test/cuda/test_stream.cpp