fix videostab compilation without CUDA

This commit is contained in:
Vladislav Vinogradov 2015-01-16 11:11:40 +03:00
parent 2660eee961
commit 6ebc95470b
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,8 @@
#include "opencv2/opencv_modules.hpp"
#include "clp.hpp"
#include "opencv2/core/private.cuda.hpp"
#if !defined HAVE_CUDA || defined(CUDA_DISABLER)
namespace cv { namespace cuda {

View File

@ -44,6 +44,8 @@
#include "opencv2/videostab/wobble_suppression.hpp"
#include "opencv2/videostab/ring_buffer.hpp"
#include "opencv2/core/private.cuda.hpp"
#ifdef HAVE_OPENCV_CUDAWARPING
# include "opencv2/cudawarping.hpp"
#endif