Function opencv::calib3d::convert_points_to_homogeneous [] [src]

pub fn convert_points_to_homogeneous(src: &Mat, dst: &Mat) -> Result<(), String>

converts point coordinates from normal pixel coordinates to homogeneous coordinates ((x,y)->(x,y,1))