Trait opencv::dnn::prelude::RegionLayerTraitConst[][src]

pub trait RegionLayerTraitConst: LayerTraitConst {
    fn as_raw_RegionLayer(&self) -> *const c_void;

    fn nms_threshold(&self) -> f32 { ... }
}

Required methods

Provided methods

Implementors