You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: