pub trait Detail_CameraParamsTraitConst {
// Required method
fn as_raw_Detail_CameraParams(&self) -> *const c_void;
// Provided methods
fn focal(&self) -> f64 { ... }
fn aspect(&self) -> f64 { ... }
fn ppx(&self) -> f64 { ... }
fn ppy(&self) -> f64 { ... }
fn r(&self) -> Mat { ... }
fn t(&self) -> Mat { ... }
fn k(&self) -> Result<Mat> { ... }
}Expand description
Constant methods for crate::stitching::Detail_CameraParams