[][src]Trait opencv::prelude::MercatorWarperTrait

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

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...