[][src]Trait opencv::hub_prelude::CylindricalWarperTrait

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

Cylindrical warper factory class.

See also

detail::CylindricalWarper

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

impl CylindricalWarperTrait for CylindricalWarper[src]

Loading content...