[][src]Trait opencv::hub_prelude::SphericalWarperTrait

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

Spherical warper factory class

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

impl SphericalWarperTrait for SphericalWarper[src]

Loading content...