opencv/modules/imgproc/src/opencl
Rostislav Vasilikhin d99a4af229 Merge pull request #13379 from savuor:color_5x5
RGB to/from Gray rewritten to wide intrinsics (#13379)

* 5x5 to RGB added

* RGB25x5 added

* Gray2RGB added

* Gray2RGB5x5 added

* vx_set moved out of loops

* RGB5x52Gray added

* RGB2Gray written

* warnings fixed (int -> (u)short conversion)

* warning fixed

* warning fixed

* "i < n-vsize+1" to "i <= n-vsize"

* RGBA2mRGBA vectorized

* try to fix ARM builds

* fixed ARM build for RGB2RGB5x5

* mRGBA2RGBA: saturation, vectorization

* fixed CL implementation of mRGBA2RGBA (saturation added)
2018-12-14 17:01:01 +03:00
..
accumulate.cl
bilateral.cl
blend_linear.cl
boxFilter3x3.cl
boxFilter.cl
calc_back_project.cl
canny.cl Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
clahe.cl Merge pull request #11409 from tomoaki0705/fixCLAHEfailure 2018-04-27 16:41:56 +03:00
color_hsv.cl Merge pull request #10869 from savuor:color_cpp_split 2018-03-15 14:10:40 +03:00
color_lab.cl Merge pull request #10869 from savuor:color_cpp_split 2018-03-15 14:10:40 +03:00
color_rgb.cl Merge pull request #13379 from savuor:color_5x5 2018-12-14 17:01:01 +03:00
color_yuv.cl Merge pull request #10869 from savuor:color_cpp_split 2018-03-15 14:10:40 +03:00
corner.cl
covardata.cl
filter2D.cl
filter2DSmall.cl
filterSep_singlePass.cl
filterSepCol.cl
filterSepRow.cl
filterSmall.cl
gaussianBlur3x3.cl
gaussianBlur5x5.cl
gftt.cl
histogram.cl
hough_lines.cl
integral_sum.cl
laplacian3.cl
laplacian5.cl
linearPolar.cl
logPolar.cl
match_template.cl
medianFilter.cl
moments.cl
morph3x3.cl
morph.cl
precornerdetect.cl
pyr_down.cl
pyr_up.cl
pyramid_up.cl
remap.cl
resize.cl
sepFilter3x3.cl
threshold.cl
warp_affine.cl imgproc(ocl): don't use doubles to process float data 2017-09-07 12:42:20 +03:00
warp_perspective.cl imgproc(ocl): don't use doubles to process float data 2017-09-07 12:42:20 +03:00
warp_transform.cl