We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, whether the correct formular should be 'f = width/2 / tan(radians(fovh)/2)' instead of the current one on Line 45?
The text was updated successfully, but these errors were encountered:
Just to have a reference, we are talking about this code:
simple-sfm/bundle.py
Lines 42 to 50 in 6f3a462
where f is the calculated focal distance in pixels using horizontal field of view and pixel width and height.
f
The focal length should be increasing with the FOV decreasing. You are right, thanks 👍. Too bad I never got to finish this.
Sorry, something went wrong.
No branches or pull requests
Hi, whether the correct formular should be 'f = width/2 / tan(radians(fovh)/2)' instead of the current one on Line 45?
The text was updated successfully, but these errors were encountered: