Function opencv::calib3d::convert_points_from_homogeneous  
            
                [−]
            
        [src]
pub fn convert_points_from_homogeneous(src: &Mat, dst: &Mat) -> Result<(), String>
converts point coordinates from homogeneous to normal pixel coordinates ((x,y,z)->(x/z, y/z))