danini / magsac

The MAGSAC algorithm for robust model fitting without using an inlier-outlier threshold
Other
415 stars 65 forks source link

Difference between pymagsac.findHomography() and cv2.findHomography() #28

Open moro-cojiquia opened 1 year ago

moro-cojiquia commented 1 year ago

Thank you for sharing your great work. I am trying to understand and utilize magsac and related functions. What do you intend is the difference between pymagsac.findHomography() and cv2.findHomography (with the method option specified to be “cv2.USAC_MAGSAC”)? Thank you.