You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i noticed that when init cameragroup, the code gives incorrect initialization when the path length is larger than 2.
Seems the transformation should be updated by the equation: transform = current_trans*transform; in stead of the current one(transform = transform * current_trans; McCalib/src/McCalib.cpp, line 1128)
The text was updated successfully, but these errors were encountered:
Thank you for your interest and feedback.
We will investigate this potential bug and propose a correction if needed.
in your scenario, the original code fails to converge without your suggested adjustment?
Yes, its not converge in my scenario and after the modification the result converged.
i only use like ~200 pic(per cam) to estimate the pose of every cam, and the inital pose will highly affect the final result.
I noticed sometimes the pose of some cameras are obviously incorrect, so i go through the code and did several tests. and locate this "potential bug"
Hi,
i noticed that when init cameragroup, the code gives incorrect initialization when the path length is larger than 2.
Seems the transformation should be updated by the equation: transform = current_trans*transform; in stead of the current one(transform = transform * current_trans; McCalib/src/McCalib.cpp, line 1128)
The text was updated successfully, but these errors were encountered: