Merge pull request #14917 from rgarnov:gapi_planar_kernels
authorRuslan Garnov <ruslan.garnov@intel.com>
Thu, 4 Jul 2019 15:19:09 +0000 (18:19 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 4 Jul 2019 15:19:09 +0000 (18:19 +0300)
commitad49138faecf182410057001def841bb81e87f5b
treeb6bbf5ce38af64387ac5f4f2124ff3766be93d27
parent097d81363befbce1bf922379a4ea886e5f6dbd2b
Merge pull request #14917 from rgarnov:gapi_planar_kernels

G-API planar kernels (#14917)

* Added resizeP with tests

* NV12 planar filters

* fix warnings in ResizeP test

* fix out mat ocv warning

* sz_on - > sz rename

* cpu tests new signature

* try to fix resizeP test

* trailing spaces remove

* doxygen doc fixed

* doxygen minor fix

* more doxygen fixes

* Doxygen corrected and extended after review.
12 files changed:
modules/gapi/include/opencv2/gapi/core.hpp
modules/gapi/include/opencv2/gapi/imgproc.hpp
modules/gapi/src/api/kernels_core.cpp
modules/gapi/src/api/kernels_imgproc.cpp
modules/gapi/src/backends/cpu/gcpucore.cpp
modules/gapi/src/backends/cpu/gcpuimgproc.cpp
modules/gapi/test/common/gapi_core_tests.hpp
modules/gapi/test/common/gapi_core_tests_inl.hpp
modules/gapi/test/common/gapi_imgproc_tests.hpp
modules/gapi/test/common/gapi_imgproc_tests_inl.hpp
modules/gapi/test/cpu/gapi_core_tests_cpu.cpp
modules/gapi/test/cpu/gapi_imgproc_tests_cpu.cpp