pull/13383/head
Vladislav Vinogradov 14 years ago
parent 3ab2728da1
commit 5f03548530
  1. 8
      modules/gpu/src/opencv2/gpu/device/detail/color.hpp
  2. 2
      modules/gpu/src/opencv2/gpu/device/detail/transform.hpp

@ -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
{

Loading…
Cancel
Save