mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
fix build error on Jetson
This commit is contained in:
parent
e9b033ef3a
commit
c14578649d
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "cvt_color_internal.h"
|
#include "../cvt_color_internal.h"
|
||||||
#include "opencv2/cudev.hpp"
|
#include "opencv2/cudev.hpp"
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "opencv2/core/cuda/common.hpp"
|
#include "opencv2/core/cuda/common.hpp"
|
||||||
#include "opencv2/core/cuda/limits.hpp"
|
#include "opencv2/core/cuda/limits.hpp"
|
||||||
|
|
||||||
#include "cuda/disparity_bilateral_filter.hpp"
|
#include "disparity_bilateral_filter.hpp"
|
||||||
|
|
||||||
namespace cv { namespace cuda { namespace device
|
namespace cv { namespace cuda { namespace device
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "opencv2/core/cuda/reduce.hpp"
|
#include "opencv2/core/cuda/reduce.hpp"
|
||||||
#include "opencv2/core/cuda/functional.hpp"
|
#include "opencv2/core/cuda/functional.hpp"
|
||||||
|
|
||||||
#include "cuda/stereocsbp.hpp"
|
#include "stereocsbp.hpp"
|
||||||
|
|
||||||
namespace cv { namespace cuda { namespace device
|
namespace cv { namespace cuda { namespace device
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user