Commit 82330a51 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #2253 from ilya-lavrenov:cuda

parents c9670699 a6104bd0
......@@ -46,6 +46,7 @@
using namespace cv;
using namespace cv::cuda;
#ifdef HAVE_CUDA
namespace
{
size_t alignUpStep(size_t what, size_t alignment)
......@@ -56,6 +57,7 @@ namespace
return res;
}
}
#endif
void cv::cuda::CudaMem::create(int rows_, int cols_, int type_)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment