G-API: "deownification" corrections
authorAnton Potapov <anton.potapov@intel.com>
Tue, 12 May 2020 11:06:50 +0000 (14:06 +0300)
committerAnton Potapov <anton.potapov@intel.com>
Tue, 12 May 2020 11:28:32 +0000 (14:28 +0300)
commit7386d8523b7101bcdf72db823c74d4792fa64d95
treeccdfd9f799dfd250a9f9105ef631e03a9e0cc5ff
parent713577b257a93d0bf0bc9defcdc0ed39f72df160
G-API: "deownification" corrections

- moved "standalone" aliases of cv types to "opencv_includes.hpp" to
keep responsibility principle aplied
- introduced correct aliasing for "descr_of(Mat)" function for
standalone case
 - added missing include in `gapi/own/mat.hpp`
modules/gapi/include/opencv2/gapi/gmat.hpp
modules/gapi/include/opencv2/gapi/opencv_includes.hpp
modules/gapi/include/opencv2/gapi/own/cvdefs.hpp
modules/gapi/include/opencv2/gapi/own/mat.hpp
modules/gapi/src/api/gmat.cpp
modules/gapi/src/api/gscalar.cpp