opencv::prelude

Trait AlignMTBTraitConst

Source
pub trait AlignMTBTraitConst: AlignExposuresTraitConst {
    // Required method
    fn as_raw_AlignMTB(&self) -> *const c_void;

    // Provided methods
    fn get_max_bits(&self) -> Result<i32> { ... }
    fn get_exclude_range(&self) -> Result<i32> { ... }
    fn get_cut(&self) -> Result<bool> { ... }
}
Expand description

Constant methods for crate::photo::AlignMTB

Required Methods§

Provided Methods§

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§