1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

G-API: Added graph pattern matching routine and basic tests

This commit is contained in:
AsyaPronina
2019-08-09 18:57:56 +03:00
parent 358d69956a
commit e06efd5329
6 changed files with 1632 additions and 1 deletions
@@ -14,7 +14,7 @@
namespace opencv_test
{
TEST_P(MathOpTest, MatricesAccuracyTest )
TEST_P(MathOpTest, MatricesAccuracyTest)
{
// G-API code & corresponding OpenCV code ////////////////////////////////
cv::GMat in1, in2, out;