mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
Merge pull request #2253 from ilya-lavrenov:cuda
This commit is contained in:
commit
82330a51bd
@ -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_)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user