opencv/modules/gapi
Evgeny Latkin 6757c2c5a6 Merge pull request #13174 from elatkin:el/gapi_perf_rgb2yuv
GAPI (fluid): RGB to YUV optimization (#13174)

* GAPI (fluid): RGB to YUV: activate performance tests

* GAPI (fluid): speedup 4-8x RGB-to-YUV, 2.5x YUV to RGB with int16 arithmetic

* GAPI (fluid): RGB <--> YUV: fixed compiler warning

* GAPI (fluid): RGB <--> YUV: additional speedup 2-3x times (10-15x over original) via manual CV_SIMD

* GAPI (fluid): RGB <--> YUV: dynamic CV_SIMD dispatching
2018-11-19 17:30:14 +03:00
..
cmake Update ADE to version 0.1.1d 2018-11-13 16:44:29 +03:00
doc Merge pull request #13030 from dmatveev:tutorial 2018-11-15 18:12:36 +03:00
include/opencv2 move legacy C-API constants into separate files 2018-11-17 23:47:51 +00:00
perf Merge pull request #13174 from elatkin:el/gapi_perf_rgb2yuv 2018-11-19 17:30:14 +03:00
samples Merge pull request #13176 from dmatveev:gapi_doxygen 2018-11-16 23:38:10 +03:00
src Merge pull request #13174 from elatkin:el/gapi_perf_rgb2yuv 2018-11-19 17:30:14 +03:00
test Merge pull request #13030 from dmatveev:tutorial 2018-11-15 18:12:36 +03:00
CMakeLists.txt Merge pull request #13133 from elatkin:el/gapi_perf_sobel_2 2018-11-13 17:48:10 +03:00