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
Make pixel thresholds a function of the image size, to avoid treating 480p and 1296p images differently.
A good reference is http://phototour.cs.washington.edu/ModelingTheWorld_ijcv07.pdf: We set the RANSAC outlier threshold to be 0.6% of the maximum image dimension, i.e., 0.006 max(image width,image height) (about six pixels for a 1024×768 image).
COLMAP users also complain about how in COLMAP this is hard-coded in their issue #1278.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Make pixel thresholds a function of the image size, to avoid treating 480p and 1296p images differently.
A good reference is http://phototour.cs.washington.edu/ModelingTheWorld_ijcv07.pdf:
We set the RANSAC outlier threshold to be 0.6% of the maximum image dimension, i.e., 0.006 max(image width,image height) (about six pixels for a 1024×768 image).
COLMAP users also complain about how in COLMAP this is hard-coded in their issue #1278.
The text was updated successfully, but these errors were encountered: