Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cayley Parameters #22

Open
tfranz91 opened this issue May 10, 2017 · 1 comment
Open

Cayley Parameters #22

tfranz91 opened this issue May 10, 2017 · 1 comment

Comments

@tfranz91
Copy link

Dear MultiCol-SLAM team and users,

great job at implementing multi fisheye cameras into ORB-SLAM!

I have a question regarding the Cayley parameters. If I understood correctly, these are quaternions that are scaled towards real part being equal 1. So if a camera is turned 180 degrees, the real part of a quaternion tends towards zero and the Cayley parameters tend towards infinity, a singularity is introduced.

I wondered, are there other benefits of using Cayley parameters I might have missed? Will there be different problems introduced, if for example quaternions or homogeneous transformation matrices are implemented?

Thanks for any help in advance!

Best,
Franz

@yuyou
Copy link

yuyou commented May 18, 2017

AFAIK (or the code tells), the reason of using Cayley is to make the parser (YAML) easier to read. The code does the conversion from Caylay to homogeneous matrix immediately after reading those values. So you could make your own modification to add the support of the transformation matrix and share with us :-)

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

No branches or pull requests

2 participants