Trait opencv::hub_prelude::WarperCreatorConst
source · pub trait WarperCreatorConst {
// Required method
fn as_raw_WarperCreator(&self) -> *const c_void;
// Provided method
fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>> { ... }
}
Expand description
Constant methods for crate::stitching::WarperCreator