split gpuvideo onto gpuoptflow and gpubgsegm
This commit is contained in:
@@ -7,7 +7,7 @@ set(the_description "GPU-accelerated Computer Vision")
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow -Wunused-parameter)
|
||||
|
||||
ocv_define_module(gpu opencv_gpuarithm opencv_gpufilters opencv_gpuwarping opencv_gpuimgproc
|
||||
opencv_gpufeatures2d opencv_gpuvideo opencv_gpustereo)
|
||||
opencv_gpufeatures2d opencv_gpuoptflow opencv_gpubgsegm opencv_gpustereo)
|
||||
|
||||
if(HAVE_CUDA)
|
||||
add_subdirectory(perf4au)
|
||||
|
@@ -49,7 +49,8 @@
|
||||
#include "opencv2/gpuwarping.hpp"
|
||||
#include "opencv2/gpuimgproc.hpp"
|
||||
#include "opencv2/gpufeatures2d.hpp"
|
||||
#include "opencv2/gpuvideo.hpp"
|
||||
#include "opencv2/gpuoptflow.hpp"
|
||||
#include "opencv2/gpubgsegm.hpp"
|
||||
#include "opencv2/gpustereo.hpp"
|
||||
|
||||
namespace cv { namespace gpu {
|
||||
|
Reference in New Issue
Block a user