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
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
function definition: (TSAIleastSquareCalibration.m > line: 30)
function [Hcam2marker_, err] = TSAIleastSquareCalibration(Hmarker2world, Hgrid2cam)
Here it is not clear whether Hcam2grid is to be used or its inverse Hgrid2cam.
Same is the problem with other function calls for the different algorithms listed.
Also, why the inverse is taken two times here: (handeye.m > lines: 77-78)
Hgrid2cam(:,:,correctSets) = inv(([Rc Tc;[ 0 0 0 1]]));
Hcam2grid(:,:,correctSets) = inv(Hgrid2cam(:,:,correctSets));
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
function call: (handeye.m > line: 105)
[Hcam2marker_, err] = TSAIleastSquareCalibration(Hm2w2, Hcam2grid2)
function definition: (TSAIleastSquareCalibration.m > line: 30)
function [Hcam2marker_, err] = TSAIleastSquareCalibration(Hmarker2world, Hgrid2cam)
Here it is not clear whether Hcam2grid is to be used or its inverse Hgrid2cam.
Same is the problem with other function calls for the different algorithms listed.
Also, why the inverse is taken two times here: (handeye.m > lines: 77-78)
Hgrid2cam(:,:,correctSets) = inv(([Rc Tc;[ 0 0 0 1]]));
Hcam2grid(:,:,correctSets) = inv(Hgrid2cam(:,:,correctSets));
The text was updated successfully, but these errors were encountered: