opencv::mod_prelude

Trait NormalizeBBoxLayerTraitConst

Source
pub trait NormalizeBBoxLayerTraitConst: LayerTraitConst {
    // Required method
    fn as_raw_NormalizeBBoxLayer(&self) -> *const c_void;

    // Provided methods
    fn pnorm(&self) -> f32 { ... }
    fn epsilon(&self) -> f32 { ... }
    fn across_spatial(&self) -> bool { ... }
}
Expand description

Constant methods for crate::dnn::NormalizeBBoxLayer

Required Methods§

Provided Methods§

Source

fn pnorm(&self) -> f32

Source

fn epsilon(&self) -> f32

Source

fn across_spatial(&self) -> bool

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§