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