Merge pull request #11179 from tomoaki0705:fixBuildCudaStereo

This commit is contained in:
Alexander Alekhin 2018-03-28 10:23:21 +00:00
commit 3a5f431236
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
#else
#include "cvt_color_internal.h"
#include "../cvt_color_internal.h"
#include "opencv2/cudev.hpp"
using namespace cv;

View File

@ -45,7 +45,7 @@
#include "opencv2/core/cuda/common.hpp"
#include "opencv2/core/cuda/limits.hpp"
#include "cuda/disparity_bilateral_filter.hpp"
#include "disparity_bilateral_filter.hpp"
namespace cv { namespace cuda { namespace device
{

View File

@ -48,7 +48,7 @@
#include "opencv2/core/cuda/reduce.hpp"
#include "opencv2/core/cuda/functional.hpp"
#include "cuda/stereocsbp.hpp"
#include "stereocsbp.hpp"
namespace cv { namespace cuda { namespace device
{