opencv/modules/gapi
Evgeny Latkin f07856eab9 Merge pull request #13221 from elatkin:el/gapi_perf_sepfilter
GAPI (fluid): optimization of Separable filter (#13221)

* GAPI (fluid): Separable filter: performance test

* GAPI (fluid): enable all performance tests

* GAPI: separable filters: alternative code for Sobel

* GAPI (fluid): hide unused old code for Sobel filter

* GAPI (fluid): especial code for Sobel if U8 into S16

* GAPI (fluid): back to old code for Sobel

* GAPI (fluid): run_sepfilter3x3_impl() with CPU dispatcher

* GAPI (fluid): run_sepfilter3x3_impl(): fix compiler warnings

* GAPI (fluid): new engine for separable filters (but Sobel)

* GAPI (fluid): new performance engine for Sobel

* GAPI (fluid): Sepfilters performance: fixed compilation error
2018-11-26 15:05:35 +03:00
..
cmake cmake: allow to disable ADE build too (BUILD_opencv_gapi=OFF is not enough) 2018-11-23 12:52:41 +03:00
doc Merge pull request #13030 from dmatveev:tutorial 2018-11-15 18:12:36 +03:00
include/opencv2 Merge pull request #13215 from rgarnov:rg/overhead 2018-11-20 17:25:04 +03:00
perf Merge pull request #13221 from elatkin:el/gapi_perf_sepfilter 2018-11-26 15:05:35 +03:00
samples Merge pull request #13176 from dmatveev:gapi_doxygen 2018-11-16 23:38:10 +03:00
src Merge pull request #13221 from elatkin:el/gapi_perf_sepfilter 2018-11-26 15:05:35 +03:00
test Merge pull request #13120 from dbudniko:dbudniko/gapi_opencl_kernel_example 2018-11-23 17:51:15 +03:00
CMakeLists.txt Merge pull request #13133 from elatkin:el/gapi_perf_sobel_2 2018-11-13 17:48:10 +03:00