Trait opencv::prelude::Detail_CameraParamsTrait
source · pub trait Detail_CameraParamsTrait: Detail_CameraParamsTraitConst {
// Required method
fn as_raw_mut_Detail_CameraParams(&mut self) -> *mut c_void;
// Provided methods
fn set_focal(&mut self, val: f64) { ... }
fn set_aspect(&mut self, val: f64) { ... }
fn set_ppx(&mut self, val: f64) { ... }
fn set_ppy(&mut self, val: f64) { ... }
fn set_r(&mut self, val: Mat) { ... }
fn set_t(&mut self, val: Mat) { ... }
fn set(&mut self, other: &Detail_CameraParams) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::stitching::Detail_CameraParams