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

Why the G matrix is 4*4? #22

Open
Originofamonia opened this issue Dec 12, 2021 · 1 comment
Open

Why the G matrix is 4*4? #22

Originofamonia opened this issue Dec 12, 2021 · 1 comment

Comments

@Originofamonia
Copy link

Hello,

Can I ask why the G matrix is a [4, 4] matrix instead of [3, 3]? I thought it's going to transform the coordinates from source to template?

Thanks.

@MR-hyj
Copy link

MR-hyj commented Jun 21, 2022

A rigid transformation consists of a rotation transformation R(3x3) and a translation vector t(3x1). Together they form a 3x4 (R, t) or a matrix G(4x4) with the last row is fixed to 0, 0, 0, 1

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