[][src]Trait opencv::hub_prelude::RegionLayerTrait

pub trait RegionLayerTrait: LayerTrait {
    pub fn as_raw_RegionLayer(&self) -> *const c_void;
pub fn as_raw_mut_RegionLayer(&mut self) -> *mut c_void; pub fn nms_threshold(&self) -> f32 { ... }
pub fn set_nms_threshold(&mut self, val: f32) { ... } }

Required methods

Loading content...

Provided methods

pub fn nms_threshold(&self) -> f32[src]

pub fn set_nms_threshold(&mut self, val: f32)[src]

Loading content...

Implementors

impl RegionLayerTrait for RegionLayer[src]

impl RegionLayerTrait for PtrOfRegionLayer[src]

Loading content...