[−][src]Type Definition opencv::types::PtrOfWarperCreator
type PtrOfWarperCreator = Ptr<dyn WarperCreator>;
type PtrOfWarperCreator = Ptr<dyn WarperCreator>;
impl PtrOfWarperCreator[src]pub fn as_raw_PtrOfWarperCreator(&self) -> *const c_void[src]pub fn as_raw_mut_PtrOfWarperCreator(&mut self) -> *mut c_void[src]impl WarperCreator for PtrOfWarperCreator[src]fn as_raw_WarperCreator(&self) -> *const c_void[src]fn as_raw_mut_WarperCreator(&mut self) -> *mut c_void[src]fn create(&self, scale: f32) -> Result<Ptr<dyn Detail_RotationWarper>>[src]