opencv/modules/imgproc
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
..
doc Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
include/opencv2 Fix error in LineIterator example code in doc 2018-12-05 11:31:19 +09:00
misc/java resolve #5788 2018-08-31 00:59:00 +09:00
perf Merge pull request #13334 from terfendail:histogram_wintr 2018-12-13 14:20:22 +03:00
src Merge pull request #13379 from savuor:color_5x5 2018-12-14 17:01:01 +03:00
test imgproc(test): fix resize bitexact test 2018-11-30 16:38:07 +03:00
CMakeLists.txt imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 2018-10-11 04:37:12 +02:00