mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 14:23:04 +04:00
7a796b20ea
[G-API]: Relocation of operators' overloads * Relocates overloaded operators for `cv::GMat` and `cv::GScalar` to `cv::` namespace - adds test to check usage of operators compilation * Add tests for all the operators * Address comments