Trait opencv::hub_prelude::Linemod_QuantizedPyramid[][src]

pub trait Linemod_QuantizedPyramid: Linemod_QuantizedPyramidConst {
    fn as_raw_mut_Linemod_QuantizedPyramid(&mut self) -> *mut c_void;

    fn pyr_down(&mut self) -> Result<()> { ... }
}

Required methods

Provided methods

\brief Go to the next pyramid level.

\todo Allow pyramid scale factor other than 2

Implementors