Merge pull request #18196 from mpashchenkov:mp/garray-initialization
authorMaxim Pashchenkov <maxim.pashchenkov@intel.com>
Fri, 18 Sep 2020 13:06:23 +0000 (16:06 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 13:06:23 +0000 (13:06 +0000)
commit830d8d6b75be0cf55fedeef5fcc20d28ef0d9aa8
treead9b2daa9187332819c646e62a540a8880a95b6a
parenta07f064e5086876103ddaa8c456a4f1fc1e1a289
Merge pull request #18196 from mpashchenkov:mp/garray-initialization

[G-API]: Add GArray initialization support

* Added GArray initialization (CONST_VALUE, GScalar analog) and test for this

* Whitespaces

* And one more space

* Trailing whitespace

* Test name changed. Build with magic commands.

* GArray works with rvalue initialization

* Code cleanup

* Ternary operator in the initialization list.
modules/gapi/include/opencv2/gapi/garray.hpp
modules/gapi/src/api/garray.cpp
modules/gapi/src/api/gorigin.cpp
modules/gapi/src/api/gproto.cpp
modules/gapi/src/compiler/gobjref.hpp
modules/gapi/src/executor/gexecutor.cpp
modules/gapi/test/gapi_array_tests.cpp