[][src]Trait opencv::hub_prelude::MercatorWarperTrait

pub trait MercatorWarperTrait: WarperCreator {
    fn as_raw_MercatorWarper(&self) -> *mut c_void;

    fn create(&self, scale: f32) -> Result<PtrOfDetail_RotationWarper> { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl MercatorWarperTrait for MercatorWarper[src]

Loading content...