opencv/modules/imgproc
Rostislav Vasilikhin e07ffe902e Merge pull request #14616 from savuor:hsv_wide
HSV and HLS color conversions rewritten to wide intrinsics (#14616)

* RGB2HSV_b vectorized

* RGB2HSV_f: widen

* RGB2HSV_f: shorten, more intuitive

* HSV2RGB_f and HSV2RGB_b widen

* hls2rgb_f widen

* instrumentation instead vx_cleanup

* RGB2HLS_f widen

* RGB2HLS_b rewritten to wide universal intrinsics

* define guard against no SIMD code

* hls2rgb_b rewritten

* extra define removed

* warning fixed

* hls2rgb_b: performance fixed
2019-05-24 23:01:08 +03:00
..
doc Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted). 2019-01-06 22:48:06 +01:00
include/opencv2 Update imgproc.hpp 2019-04-22 00:48:11 +03:00
misc/java java: remove redundant declaration of java.lang package 2019-05-23 14:06:34 +02:00
perf perf: ignore _ovx tests 2019-03-06 15:52:23 +03:00
src Merge pull request #14616 from savuor:hsv_wide 2019-05-24 23:01:08 +03:00
test Merge pull request #14106 from savuor:lab_wide 2019-05-20 21:10:20 +03:00
CMakeLists.txt imgproc: dispatch morph 2019-03-11 13:54:12 +00:00