Trait opencv::prelude::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

Object Safety§

This trait is not object safe.

Implementors§