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

About rigid transformation matrix? #33

Open
AI-ML-Enthusiast opened this issue Aug 4, 2021 · 1 comment
Open

About rigid transformation matrix? #33

AI-ML-Enthusiast opened this issue Aug 4, 2021 · 1 comment

Comments

@AI-ML-Enthusiast
Copy link

Thanks for your good repo.
Would provide the notation of your 4x4 rigid transformation matrix? It will easier to understand, what they are? or any other link?

@HaFred
Copy link

HaFred commented Aug 12, 2021

It seems like rigid_transformation() does the following:

  • Convert a 3D view frustum in the camera coordinate from Cartesian coordinates into Homogenous coordinates
  • Perform transformation
  • Convert the homogenous coordinates back into Cartesian coordinates

Henceforth, get_view_frustum() extract the view frustum for each frame by utilizing its depth and intrinsic and pose.

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