mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
KW fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user