fix videostab compilation without CUDA
This commit is contained in:
parent
2660eee961
commit
6ebc95470b
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user