Merge pull request #20184 from sivanov-work:fix_gapi_empty_input
authorSergey Ivanov <sergey.ivanov@intel.com>
Thu, 10 Jun 2021 11:05:46 +0000 (14:05 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 11:05:46 +0000 (14:05 +0300)
commite461031d40889938074e17a66fa173755a06dccd
treea447eac6620ca620d08b2a9f7d4be95218fe8b03
parent15ba3e123f1efa5444951b638ce6bd200054820e
Merge pull request #20184 from sivanov-work:fix_gapi_empty_input

G-API: Add standalone fix for graph empty input

* Add sandalone fix for graph empty input

* Apply some review comments

* Fix whitespace

* Apply review comment: make Mat check more deeper

* Apply some comments

* Remove tracer apply exception throwing

* Apply comments: move validatio into gproto_priv.hpp

* Apply minor text correction

* Fix alignment, remove try-catch
modules/gapi/include/opencv2/gapi/gtype_traits.hpp
modules/gapi/include/opencv2/gapi/gtyped.hpp
modules/gapi/src/api/gproto.cpp
modules/gapi/src/api/gproto_priv.hpp
modules/gapi/src/compiler/gcompiler.cpp
modules/gapi/src/compiler/gcompiler.hpp
modules/gapi/test/gapi_gcompiled_tests.cpp