mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
e20fe421e7
[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