find-object icon indicating copy to clipboard operation
find-object copied to clipboard

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

Open Masoumehrahimi opened this issue 3 years ago • 2 comments

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 avatar May 15 '22 22:05 Masoumehrahimi

Hi

Would you please guide me in this regard?

thanks

Masoumehrahimi avatar May 24 '22 14:05 Masoumehrahimi

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.

matlabbe avatar Sep 05 '22 18:09 matlabbe