Commit c1457864 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error on Jetson

parent e9b033ef
......@@ -48,7 +48,7 @@
#else
#include "cvt_color_internal.h"
#include "../cvt_color_internal.h"
#include "opencv2/cudev.hpp"
using namespace cv;
......
......@@ -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
{
......
......@@ -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
{
......
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