提交 c3e8790d 编写于 作者: A Alexander Alekhin

Merge pull request #18621 from dbudniko:gapi_ww43_2020_KW_fixes

......@@ -51,6 +51,7 @@ public:
View(Ptrs&& ptrs, Strides&& strs, Callback &&cb = [](){});
View(const View&) = delete;
View(View&&) = default;
View& operator = (const View&) = delete;
~View();
Ptrs ptr;
......
......@@ -618,7 +618,8 @@ TEST_P(SumTest, AccuracyTest)
#undef countNonZero
TEST_P(CountNonZeroTest, AccuracyTest)
{
int out_cnz_gapi, out_cnz_ocv;
int out_cnz_gapi = -1;
int out_cnz_ocv = -2;
// G-API code //////////////////////////////////////////////////////////////
cv::GMat in;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册