Commit 71d61e07 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

renamed gpustereo -> cudastereo

parent d4901a99
if(ANDROID OR IOS) if(ANDROID OR IOS)
ocv_module_disable(gpustereo) ocv_module_disable(cudastereo)
endif() endif()
set(the_description "GPU-accelerated Stereo Correspondence") set(the_description "CUDA-accelerated Stereo Correspondence")
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations)
ocv_define_module(gpustereo opencv_calib3d) ocv_define_module(cudastereo opencv_calib3d)
...@@ -40,11 +40,11 @@ ...@@ -40,11 +40,11 @@
// //
//M*/ //M*/
#ifndef __OPENCV_GPUSTEREO_HPP__ #ifndef __OPENCV_CUDASTEREO_HPP__
#define __OPENCV_GPUSTEREO_HPP__ #define __OPENCV_CUDASTEREO_HPP__
#ifndef __cplusplus #ifndef __cplusplus
# error gpustereo.hpp header must be compiled as C++ # error cudastereo.hpp header must be compiled as C++
#endif #endif
#include "opencv2/core/cuda.hpp" #include "opencv2/core/cuda.hpp"
...@@ -190,4 +190,4 @@ CV_EXPORTS void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndi ...@@ -190,4 +190,4 @@ CV_EXPORTS void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndi
}} // namespace cv { namespace cuda { }} // namespace cv { namespace cuda {
#endif /* __OPENCV_GPUSTEREO_HPP__ */ #endif /* __OPENCV_CUDASTEREO_HPP__ */
...@@ -44,4 +44,4 @@ ...@@ -44,4 +44,4 @@
using namespace perf; using namespace perf;
CV_PERF_TEST_CUDA_MAIN(gpustereo) CV_PERF_TEST_CUDA_MAIN(cudastereo)
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include "opencv2/ts.hpp" #include "opencv2/ts.hpp"
#include "opencv2/ts/gpu_perf.hpp" #include "opencv2/ts/gpu_perf.hpp"
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#include "opencv2/calib3d.hpp" #include "opencv2/calib3d.hpp"
#ifdef GTEST_CREATE_SHARED_LIBRARY #ifdef GTEST_CREATE_SHARED_LIBRARY
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <limits> #include <limits>
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#include "opencv2/core/private.cuda.hpp" #include "opencv2/core/private.cuda.hpp"
#include "opencv2/core/utility.hpp" #include "opencv2/core/utility.hpp"
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include "opencv2/ts.hpp" #include "opencv2/ts.hpp"
#include "opencv2/ts/gpu_test.hpp" #include "opencv2/ts/gpu_test.hpp"
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#include "opencv2/calib3d.hpp" #include "opencv2/calib3d.hpp"
#include "cvconfig.h" #include "cvconfig.h"
......
...@@ -4,7 +4,7 @@ SET(OPENCV_GPU_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc ope ...@@ -4,7 +4,7 @@ SET(OPENCV_GPU_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc ope
opencv_nonfree opencv_softcascade opencv_superres opencv_nonfree opencv_softcascade opencv_superres
opencv_cudaarithm opencv_gpufilters opencv_cudawarping opencv_gpuimgproc opencv_cudaarithm opencv_gpufilters opencv_cudawarping opencv_gpuimgproc
opencv_gpufeatures2d opencv_gpuoptflow opencv_gpubgsegm opencv_gpufeatures2d opencv_gpuoptflow opencv_gpubgsegm
opencv_gpustereo opencv_cudalegacy) opencv_cudastereo opencv_cudalegacy)
ocv_check_dependencies(${OPENCV_GPU_SAMPLES_REQUIRED_DEPS}) ocv_check_dependencies(${OPENCV_GPU_SAMPLES_REQUIRED_DEPS})
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "cvconfig.h" #include "cvconfig.h"
#include "opencv2/core/core.hpp" #include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#ifdef HAVE_TBB #ifdef HAVE_TBB
# include "tbb/tbb_stddef.h" # include "tbb/tbb_stddef.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <iomanip> #include <iomanip>
#include <stdexcept> #include <stdexcept>
#include <opencv2/core/utility.hpp> #include <opencv2/core/utility.hpp>
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp" #include "opencv2/imgproc.hpp"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "cvconfig.h" #include "cvconfig.h"
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
#include "opencv2/gpustereo.hpp" #include "opencv2/cudastereo.hpp"
#ifdef HAVE_TBB #ifdef HAVE_TBB
# include "tbb/tbb_stddef.h" # include "tbb/tbb_stddef.h"
......
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