Closed chuong98 closed 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.
H, mask_F = cv2.estimateAffinePartial2D(points0,points1, cv2.USAC_MAGSAC)
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.