提交 5f035485 编写于 作者: V Vladislav Vinogradov

minor fix

上级 3ab2728d
......@@ -43,10 +43,10 @@
#ifndef __OPENCV_GPU_COLOR_DETAIL_HPP__
#define __OPENCV_GPU_COLOR_DETAIL_HPP__
#include "vec_traits.hpp"
#include "saturate_cast.hpp"
#include "limits.hpp"
#include "functional.hpp"
#include "../vec_traits.hpp"
#include "../saturate_cast.hpp"
#include "../limits.hpp"
#include "../functional.hpp"
#ifndef CV_DESCALE
#define CV_DESCALE(x, n) (((x) + (1 << ((n)-1))) >> (n))
......
......@@ -44,7 +44,7 @@
#define __OPENCV_GPU_TRANSFORM_DETAIL_HPP__
#include "internal_shared.hpp"
#include "vec_traits.hpp"
#include "../vec_traits.hpp"
namespace cv { namespace gpu { namespace device
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册