Merge pull request #7505 from LukeZheZhu:filterSmall_double_support

pull/7513/head
Alexander Alekhin 8 years ago
commit 505c19bc20
  1. 1
      modules/imgproc/src/opencl/filterSmall.cl

@ -154,6 +154,7 @@ inline bool isBorder(const struct RectCoords bounds, int2 coord, int numPixels)
#endif
#define float1 float
#define double1 double
#define uchar1 uchar
#define int1 int
#define uint1 unit

Loading…
Cancel
Save