opencv::prelude

Trait TEBLIDTraitConst

Source
pub trait TEBLIDTraitConst: Feature2DTraitConst {
    // Required method
    fn as_raw_TEBLID(&self) -> *const c_void;

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

Constant methods for crate::xfeatures2d::TEBLID

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§