-
Notifications
You must be signed in to change notification settings - Fork 69
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
3-line RANSAC function seem to be wrong #1
Comments
Hi, somehow I don't understand these two lines, could you possibly explain what is being calculated here (to be exact, i HAVE read the paper, however am none the wiser after doing so) ? Also in the original code the focal_length is set to None, however you say that the code is working on the presented image, how did you figure out the focal_length? |
Focal_length defaults to None, but you can pass arguments to the function. To be honest, I don't really understand how the code works, but it works. |
Hi, I can figure out a little, but not fully understand. let me give some comments. Please tell me if I am wrong.
|
The original code will cause 'AxisError: axisa: axis -1 is out of bounds for array of dimension 0' error, because h is a number and l3 is a vector.
I guess what you want to implement is:
It works well on the test image.
The text was updated successfully, but these errors were encountered: