Merge pull request #21103 from OrestChura:oc/fix_1D_Mat_RMat_View_issue
authorOrest Chura <orest.chura@intel.com>
Fri, 26 Nov 2021 16:42:12 +0000 (19:42 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 16:42:12 +0000 (16:42 +0000)
commite20fe421e7c3a40c48d90db30ebd4752671492a0
tree4dc07cc5bee17a8e2a63ae9c60273c420582c073
parent2deb38d61580ac65e3cfe037a2e39952b0e652b3
Merge pull request #21103 from OrestChura:oc/fix_1D_Mat_RMat_View_issue

[G-API] Fix issue of getting 1D Mat out of RMat::View

* Fix issue of getting 1D Mat out of RMat::View
 - added test
 - fixed for standalone too (removed Assert(dims.empty()))

* Fixed asVeiw() function for standalone

* Put more detailed comment
modules/gapi/src/backends/common/gbackend.hpp
modules/gapi/test/rmat/rmat_view_tests.cpp