Merge pull request #13721 from smirnov-alexey:gapi_add_normalize
authorAlexey Smirnov <alexey.smirnov@intel.com>
Thu, 7 Feb 2019 13:05:39 +0000 (16:05 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 7 Feb 2019 13:05:39 +0000 (16:05 +0300)
commit315e7fbbee5ccc23bc7411874f0f636b8defecbb
tree16bc096c59e3adcfb05ed8ae55ee7d31e8f285c7
parentfcec053d59a8e30cbac7db571fcd448bfc98dd53
Merge pull request #13721 from smirnov-alexey:gapi_add_normalize

GAPI: Add normalize kernel in G-API (#13721)

* Add normalize kernel in G-API

In addition add several tests on new kernel

* Fix indentations and normalize test structure

* Move normalize kernel from imgproc to core

Set default parameter ddepth to -1

* Fix alignment
modules/gapi/include/opencv2/gapi/core.hpp
modules/gapi/include/opencv2/gapi/imgproc.hpp
modules/gapi/src/api/kernels_core.cpp
modules/gapi/src/backends/cpu/gcpucore.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_inl.hpp
modules/gapi/test/cpu/gapi_core_tests_cpu.cpp