opencv/modules/gapi
Dmitry Matveev 922d5796b9 G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize
Several Resize optimizations count on fetching multiple input lines at
once to do interpolation more efficiently.

At the moment, Fluid backend supports only LPI=1 for Resize kernels.

This patch introduces scheduling support for Resizes with LPI>1 and
covers these cases with new tests.

The support is initially written by Ruslan Garnov.
2018-10-15 17:11:55 +03:00
..
cmake
doc
include/opencv2 Merge pull request #12674 from dmatveev:gapi_upd270918 2018-09-28 18:42:09 +03:00
perf Merge pull request #12674 from dmatveev:gapi_upd270918 2018-09-28 18:42:09 +03:00
src G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize 2018-10-15 17:11:55 +03:00
test G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize 2018-10-15 17:11:55 +03:00
CMakeLists.txt