[][src]Trait opencv::hub_prelude::LUCIDTrait

pub trait LUCIDTrait: Feature2DTrait {
    pub fn as_raw_LUCID(&self) -> *const c_void;
pub fn as_raw_mut_LUCID(&mut self) -> *mut c_void; }

Class implementing the locally uniform comparison image descriptor, described in LUCID

An image descriptor that can be computed very fast, while being about as robust as, for example, SURF or BRIEF.

Note: It requires a color image as input.

Required methods

Loading content...

Implementors

impl LUCIDTrait for LUCID[src]

impl LUCIDTrait for PtrOfLUCID[src]

Loading content...