danini / magsac

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

Can you provide the example using MAGSAC to compute AffineTransform matrix? #26

Closed chuong98 closed 1 year ago

chuong98 commented 1 year ago

Hi, as mentioned in the title, is it possible to use MagSac with OpenCV to perform the following function? H, mask_F = cv2.estimateAffinePartial2D(points0,points1, cv2.USAC_MAGSAC) thank you.