提交 a9607c85 编写于 作者: M Maksim Shabunin

Coverity: fixed uninitialized fields in test_goodfeaturetotrack

上级 a921761d
......@@ -320,7 +320,6 @@ protected:
void run_func();
int validate_test_results( int test_case_idx );
int aperture_size;
Mat src, src_gray;
Mat src_gray32f, src_gray8U;
Mat mask;
......@@ -348,7 +347,7 @@ CV_GoodFeatureToTTest::CV_GoodFeatureToTTest()
k = 0.04;
mask = Mat();
test_case_count = 4;
SrcType = 0;
}
int CV_GoodFeatureToTTest::prepare_test_case( int test_case_idx )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册