Function opencv::imgproc::get_default_new_camera_matrix [] [src]

pub fn get_default_new_camera_matrix(cameraMatrix: &Mat, imgsize: Size, centerPrincipalPoint: bool) -> Result<Mat, String>

returns the default new camera matrix (by default it is the same as cameraMatrix unless centerPricipalPoint=true)

default value for arguments: - imgsize: default Size() - centerPrincipalPoint: default false