pub trait FisheyeWarperTrait: FisheyeWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_FisheyeWarper(&mut self) -> *mut c_void;
}
Expand description
Mutable methods for crate::stitching::FisheyeWarper
pub trait FisheyeWarperTrait: FisheyeWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_FisheyeWarper(&mut self) -> *mut c_void;
}
Mutable methods for crate::stitching::FisheyeWarper