Trait opencv::prelude::Rapid

source ·
pub trait Rapid: RapidConst + Tracker {
    // Required method
    fn as_raw_mut_Rapid(&mut self) -> *mut c_void;
}
Expand description

wrapper around rapid function for uniform access

Required Methods§

Implementations§

source§

impl dyn Rapid + '_

source

pub fn create( pts3d: &dyn ToInputArray, tris: &dyn ToInputArray ) -> Result<Ptr<dyn Rapid>>

Implementors§

source§

impl Rapid for Ptr<dyn Rapid>