OpenCV G-API test for Filter2d has changed:
authorAsyaPronina <155jj@mail.ru>
Fri, 4 Oct 2019 18:23:01 +0000 (21:23 +0300)
committerAsyaPronina <155jj@mail.ru>
Fri, 4 Oct 2019 18:25:33 +0000 (21:25 +0300)
commit4429352125b3fd678fc5d9cd40312dd8445e06d5
tree8bc740653d5b5aa2ef38715d2470fcca8a111c46
parentc9b2cedebdcd3e1472eba4609f87e78cf4af17df
OpenCV G-API test for Filter2d has changed:
    > Size parameter is changed from int to cv::Size type to allow rectangle kernels
    > Kernel creation code is adopted for different kernel sizes to not create only white images on the output
modules/gapi/test/common/gapi_imgproc_tests.hpp
modules/gapi/test/common/gapi_imgproc_tests_inl.hpp
modules/gapi/test/cpu/gapi_imgproc_tests_cpu.cpp
modules/gapi/test/cpu/gapi_imgproc_tests_fluid.cpp
modules/gapi/test/gpu/gapi_imgproc_tests_gpu.cpp