Merge pull request #18213 from rgarnov:rg/rmat_api
authorRuslan Garnov <ruslan.garnov@intel.com>
Thu, 17 Sep 2020 12:39:10 +0000 (15:39 +0300)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 12:39:10 +0000 (12:39 +0000)
commitea4b491a7311d3ea8d04ade12da09b149d998b0f
tree0638f4a93cdfa3bbaf2f22ea8aeada63df986273
parent3b00ee2afb4176a5a45def7939b816d3a8914c00
Merge pull request #18213 from rgarnov:rg/rmat_api

Basic RMat implementation

* Added basic RMat implementation

* Fix typos in basic RMat implementation

Co-authored-by: Anton Potapov <anton.potapov@intel.com>
modules/gapi/include/opencv2/gapi/rmat.hpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_tests.cpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_view_tests.cpp [new file with mode: 0644]