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

Fixed several issues found by static analysis

This commit is contained in:
Maksim Shabunin
2021-02-24 20:31:00 +03:00
parent 67b6ef4c2a
commit b2321576bc
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -72,6 +72,7 @@ private:
cv::Matx<double, 9, 1> r_hat;
cv::Matx<double, 3, 1> t;
double sq_error;
SQPSolution() : sq_error(0) {}
};
/*