[][src]Trait opencv::prelude::CylindricalWarperTrait

pub trait CylindricalWarperTrait: WarperCreator {
    fn as_raw_CylindricalWarper(&self) -> *const c_void;
fn as_raw_mut_CylindricalWarper(&mut self) -> *mut c_void; fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>> { ... } }

Cylindrical warper factory class.

See also

detail::CylindricalWarper

Required methods

Loading content...

Provided methods

fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>>

Loading content...

Implementors

Loading content...