FisheyeWarperTraitConst

Trait FisheyeWarperTraitConst 

Source
pub trait FisheyeWarperTraitConst: WarperCreatorTraitConst {
    // Required method
    fn as_raw_FisheyeWarper(&self) -> *const c_void;

    // Provided method
    fn create(&self, scale: f32) -> Result<Ptr<Detail_RotationWarper>> { ... }
}
Expand description

Constant methods for crate::stitching::FisheyeWarper

Required Methods§

Provided Methods§

Implementors§