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

How to get the height and pitch compensation matrix? #4

Open
Liu2022 opened this issue Nov 20, 2024 · 1 comment
Open

How to get the height and pitch compensation matrix? #4

Liu2022 opened this issue Nov 20, 2024 · 1 comment

Comments

@Liu2022
Copy link

Liu2022 commented Nov 20, 2024

Thank you for your great work!
I want to apply the same way of creating range image with my own data.
Therefore, I wonder how to get the height and pitch compensation matrix, just like below.
self.height = np.array([-0.00216031, -0.00098729, -0.00020528, 0.00174976, 0.0044868 , -0.00294233,
-0.00059629, -0.00020528, 0.00174976, -0.00294233, -0.0013783 , 0.00018573,
0.00253177, -0.00098729, 0.00018573, 0.00096774, -0.00411535, -0.0013783,
0.00018573, 0.00018573, -0.00294233, -0.0013783 , -0.00098729, -0.00020528,
0.00018573, 0.00018573, 0.00018573, -0.00020528, 0.00018573, 0.00018573,
0.00018573, 0.00018573,], dtype=np.float32)
self.zenith = np.array([ 1.86705767e-01, 1.63245357e-01, 1.39784946e-01, 1.16324536e-01,
9.28641251e-02, 7.01857283e-02, 4.67253177e-02, 2.32649071e-02,
-1.95503421e-04, -2.28739003e-02, -4.63343109e-02, -6.97947214e-02,
-9.32551320e-02, -1.15933529e-01, -1.39393939e-01, -1.62854350e-01,
-1.85532747e-01, -2.08993157e-01, -2.32453568e-01, -2.55913978e-01,
-2.78592375e-01, -3.02052786e-01, -3.25513196e-01, -3.48973607e-01,
-3.72434018e-01, -3.95894428e-01, -4.19354839e-01, -4.42033236e-01,
-4.65493646e-01, -4.88954057e-01, -5.12414467e-01, -5.35874878e-01,], dtype=np.float32)

@suchetan-github
Copy link

Is this what you are looking for?

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