Can I use USAC_MAGSAC with cv2.findHomography?

Hello,

I would like to know if I could use the flag USAC_MAGSAC in order to use MAGSAC++ for finding inliers. I know this is possible with the function cv2.findFundamentalMat but in the documentation there is no such flag for cv2.findHomography, even if it seems to accept the flag when I use it in practice (however I dont know if it truly use MAGSAC or juste a default method like RANSAC if it doesnt recognize the flag).

Thanks

1 Like

but do check your version…

2 Likes