opencv::mod_prelude

Trait LineMod_TemplateTraitConst

Source
pub trait LineMod_TemplateTraitConst {
    // Required method
    fn as_raw_LineMod_Template(&self) -> *const c_void;

    // Provided methods
    fn width(&self) -> i32 { ... }
    fn height(&self) -> i32 { ... }
    fn pyramid_level(&self) -> i32 { ... }
    fn features(&self) -> Vector<LineMod_Feature> { ... }
    fn write(&self, fs: &mut impl FileStorageTrait) -> Result<()> { ... }
}
Expand description

Constant methods for crate::rgbd::LineMod_Template

Required Methods§

Provided Methods§

Source

fn width(&self) -> i32

Source

fn height(&self) -> i32

Source

fn pyramid_level(&self) -> i32

Source

fn features(&self) -> Vector<LineMod_Feature>

Source

fn write(&self, fs: &mut impl FileStorageTrait) -> Result<()>

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§