pub trait WarperCreatorConst {
    fn as_raw_WarperCreator(&self) -> *const c_void;

    fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>> { ... }
}
Expand description

Image warper factories base class.

Required Methods

Provided Methods

Implementors