Trait BNLLLayer
opencv::prelude
pub trait BNLLLayer: AlgorithmTrait + ActivationLayer + LayerTrait { fn as_raw_BNLLLayer(&self) -> *mut c_void; }
fn as_raw_BNLLLayer(&self) -> *mut c_void
impl<'_> dyn BNLLLayer + '_
pub fn create(params: &LayerParams) -> Result<PtrOfBNLLLayer>
impl BNLLLayer for PtrOfBNLLLayer