pub trait LUCIDTraitConst: Feature2DTraitConst {
    fn as_raw_LUCID(&self) -> *const c_void;
}
Expand description

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

Implementors