Function opencv::calib3d::stereo_rectify_uncalibrated [] [src]

pub fn stereo_rectify_uncalibrated(points1: &Mat, points2: &Mat, F: &Mat, imgSize: Size, H1: &Mat, H2: &Mat, threshold: f64) -> Result<bool, String>

computes the rectification transformation for an uncalibrated stereo camera (zero distortion is assumed)

default value for arguments: - threshold: default 5