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

criteria for identifying the enough match and computing Homography matrix!? #121

Open
Masoumehrahimi opened this issue May 15, 2022 · 2 comments

Comments

@Masoumehrahimi
Copy link

Masoumehrahimi commented May 15, 2022

hi
in http://introlab.github.io/find-object/, in the second photo (15 in 52 out), it is mentioned that: "this will also tell if there is enough matches to compute the Homography". how much is the rate/ value for considering enough matches? based on which criteria, it will identify that the enough match has occurred?

thanks

@Masoumehrahimi Masoumehrahimi changed the title criteria for identifying the highest match and computing Homography matrix!? criteria for identifying the enough match and computing Homography matrix!? May 23, 2022
@Masoumehrahimi
Copy link
Author

Hi

Would you please guide me in this regard?

thanks

@matlabbe
Copy link
Member

matlabbe commented Sep 5, 2022

In parameters, see Homography->minimumInliers for the miminum matched required to compute the homography. This will also used to reject the homography if the number of inliers are below that threshold.

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