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

calculate_parameters func: Fixed Parameters #29

Open
Bin-ze opened this issue Dec 25, 2024 · 0 comments
Open

calculate_parameters func: Fixed Parameters #29

Bin-ze opened this issue Dec 25, 2024 · 0 comments

Comments

@Bin-ze
Copy link

Bin-ze commented Dec 25, 2024

calculate_parameters func have some fixed parameters:
Vertical FOV = 0.71
Horizontal FOV = 1.26
I compute this using:

  Horizontal FOV = Image_W / Image_focal

  Vertical FOV = Image_H / Image_focal

  GSD_to_AGL_CONST = Focal * Image_W / Sensor_w * 100, Folcal and Sensor_w using mm for units.

I want to know if my calculation formula is correct.
If it is correct, I cannot get the fixed value you calculated from this calculation method.
If it is wrong, what should be the correct calculation method?

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