stereoCalibrate with RANSAC?
I have been working on some camera calibration and noticed that some functions like findEssentialMat provide the option to use a RANSAC method for a more robust solution. Is there any way to use stereoCalibrate with RANSAC when calculating the extrinsic parameters?
So far from what I see in the source code there is no way to use RANSAC with stereoCalibrate.