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

fixed defects from coverity.com

This commit is contained in:
Ilya Lavrenov
2014-02-23 14:59:06 +04:00
parent 0a90d6dde6
commit 32eb38ec98
27 changed files with 72 additions and 26 deletions
+3 -2
View File
@@ -808,6 +808,7 @@ CV_FundamentalMatTest::CV_FundamentalMatTest()
method = 0;
img_size = 10;
cube_size = 10;
dims = 0;
min_f = 1;
max_f = 3;
sigma = 0;//0.1;
@@ -1086,7 +1087,6 @@ protected:
int img_size;
int cube_size;
int dims;
int e_result;
double min_f, max_f;
double sigma;
};
@@ -1124,9 +1124,10 @@ CV_EssentialMatTest::CV_EssentialMatTest()
method = 0;
img_size = 10;
cube_size = 10;
dims = 0;
min_f = 1;
max_f = 3;
sigma = 0;
}