pub trait CylindricalWarperTrait: CylindricalWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_CylindricalWarper(&mut self) -> *mut c_void;
}Expand description
Mutable methods for crate::stitching::CylindricalWarper
pub trait CylindricalWarperTrait: CylindricalWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_CylindricalWarper(&mut self) -> *mut c_void;
}Mutable methods for crate::stitching::CylindricalWarper