renamed gpustereo -> cudastereo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
if(ANDROID OR IOS)
|
||||
ocv_module_disable(cudastereo)
|
||||
endif()
|
||||
|
||||
set(the_description "CUDA-accelerated Stereo Correspondence")
|
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations)
|
||||
|
||||
ocv_define_module(cudastereo opencv_calib3d)
|
||||
+4
-4
@@ -40,11 +40,11 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_GPUSTEREO_HPP__
|
||||
#define __OPENCV_GPUSTEREO_HPP__
|
||||
#ifndef __OPENCV_CUDASTEREO_HPP__
|
||||
#define __OPENCV_CUDASTEREO_HPP__
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error gpustereo.hpp header must be compiled as C++
|
||||
# error cudastereo.hpp header must be compiled as C++
|
||||
#endif
|
||||
|
||||
#include "opencv2/core/cuda.hpp"
|
||||
@@ -190,4 +190,4 @@ CV_EXPORTS void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndi
|
||||
|
||||
}} // namespace cv { namespace cuda {
|
||||
|
||||
#endif /* __OPENCV_GPUSTEREO_HPP__ */
|
||||
#endif /* __OPENCV_CUDASTEREO_HPP__ */
|
||||
@@ -44,4 +44,4 @@
|
||||
|
||||
using namespace perf;
|
||||
|
||||
CV_PERF_TEST_CUDA_MAIN(gpustereo)
|
||||
CV_PERF_TEST_CUDA_MAIN(cudastereo)
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "opencv2/ts.hpp"
|
||||
#include "opencv2/ts/gpu_perf.hpp"
|
||||
|
||||
#include "opencv2/gpustereo.hpp"
|
||||
#include "opencv2/cudastereo.hpp"
|
||||
#include "opencv2/calib3d.hpp"
|
||||
|
||||
#ifdef GTEST_CREATE_SHARED_LIBRARY
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include "opencv2/gpustereo.hpp"
|
||||
#include "opencv2/cudastereo.hpp"
|
||||
|
||||
#include "opencv2/core/private.cuda.hpp"
|
||||
#include "opencv2/core/utility.hpp"
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "opencv2/ts.hpp"
|
||||
#include "opencv2/ts/gpu_test.hpp"
|
||||
|
||||
#include "opencv2/gpustereo.hpp"
|
||||
#include "opencv2/cudastereo.hpp"
|
||||
#include "opencv2/calib3d.hpp"
|
||||
|
||||
#include "cvconfig.h"
|
||||
@@ -1,9 +0,0 @@
|
||||
if(ANDROID OR IOS)
|
||||
ocv_module_disable(gpustereo)
|
||||
endif()
|
||||
|
||||
set(the_description "GPU-accelerated Stereo Correspondence")
|
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations)
|
||||
|
||||
ocv_define_module(gpustereo opencv_calib3d)
|
||||
Reference in New Issue
Block a user