mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
830d8d6b75
[G-API]: Add GArray initialization support * Added GArray initialization (CONST_VALUE, GScalar analog) and test for this * Whitespaces * And one more space * Trailing whitespace * Test name changed. Build with magic commands. * GArray works with rvalue initialization * Code cleanup * Ternary operator in the initialization list.