mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Merge pull request #18882 from alalek:build_warning_calib3d_drop_register
This commit is contained in:
commit
1b3dd8f38b
@ -631,7 +631,7 @@ void PoseSolver::computeRowAndNullspace(const cv::Matx<double, 9, 1>& r,
|
|||||||
void PoseSolver::nearestRotationMatrix(const cv::Matx<double, 9, 1>& e,
|
void PoseSolver::nearestRotationMatrix(const cv::Matx<double, 9, 1>& e,
|
||||||
cv::Matx<double, 9, 1>& r)
|
cv::Matx<double, 9, 1>& r)
|
||||||
{
|
{
|
||||||
register int i;
|
int i;
|
||||||
double l, lprev, det_e, e_sq, adj_e_sq, adj_e[9];
|
double l, lprev, det_e, e_sq, adj_e_sq, adj_e[9];
|
||||||
|
|
||||||
// e's adjoint
|
// e's adjoint
|
||||||
|
Loading…
Reference in New Issue
Block a user