mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
19cf511895
* Fix Issue 13908 Allocate the matrix _Jo only when the solver needs it (ie when solver.state == CvLevMarq::CALC_J) * Fix calib3D unit test Fix _Jo allocation when stddev is not empty * Removing trailing whitespaces * scope _dp* variables * fix whitespaces