opencv::prelude

Trait LineMod_QuantizedPyramidTrait

Source
pub trait LineMod_QuantizedPyramidTrait: LineMod_QuantizedPyramidTraitConst {
    // Required method
    fn as_raw_mut_LineMod_QuantizedPyramid(&mut self) -> *mut c_void;

    // Provided method
    fn pyr_down(&mut self) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn pyr_down(&mut self) -> Result<()>

\brief Go to the next pyramid level.

\todo Allow pyramid scale factor other than 2

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§