[][src]Trait opencv::prelude::Rapid

pub trait Rapid: Tracker {
    pub fn as_raw_Rapid(&self) -> *const c_void;
pub fn as_raw_mut_Rapid(&mut self) -> *mut c_void; }

wrapper around @ref rapid function for uniform access

Required methods

Loading content...

Implementations

impl<'_> dyn Rapid + '_[src]

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

Implementors

impl Rapid for PtrOfRapid[src]

Loading content...