opencv::mod_prelude

Trait EMDHistogramCostExtractorTraitConst

Source
pub trait EMDHistogramCostExtractorTraitConst: HistogramCostExtractorTraitConst {
    // Required method
    fn as_raw_EMDHistogramCostExtractor(&self) -> *const c_void;

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

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§