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

Bounding box corners #4

Open
VeeranjaneyuluToka opened this issue Feb 24, 2023 · 0 comments
Open

Bounding box corners #4

VeeranjaneyuluToka opened this issue Feb 24, 2023 · 0 comments

Comments

@VeeranjaneyuluToka
Copy link

Hi, could you please let me know how to calculate the bounding box corners for different coordinates systems such as NWU, NEU, NED etc..? Below is the code reference that i am talking about.

3D bounding box corners

x_corners = [0, l, l, l, l, 0, 0, 0] # -l/2
y_corners = [0, 0, h, h, 0, 0, h, h] # -h
z_corners = [0, 0, 0, w, w, w, w, 0] # --w/2

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

1 participant