Trait opencv::dnn::prelude::RegionLayerTrait [−][src]
pub trait RegionLayerTrait: LayerTrait {
fn as_raw_RegionLayer(&self) -> *const c_void;
fn as_raw_mut_RegionLayer(&mut self) -> *mut c_void;
fn nms_threshold(&self) -> f32 { ... }
fn set_nms_threshold(&mut self, val: f32) { ... }
}