pub trait RegionLayerTrait: LayerTrait + RegionLayerTraitConst {
    fn as_raw_mut_RegionLayer(&mut self) -> *mut c_void;

    fn set_nms_threshold(&mut self, val: f32) { ... }
}

Required Methods§

Provided Methods§

Implementors§