Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

typo in either function call or function definition #5

Open
umair4848 opened this issue Jan 2, 2018 · 0 comments
Open

typo in either function call or function definition #5

umair4848 opened this issue Jan 2, 2018 · 0 comments

Comments

@umair4848
Copy link

umair4848 commented Jan 2, 2018

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));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant