[][src]Trait opencv::dnn::LayerFactoryTrait

pub trait LayerFactoryTrait {
    pub fn as_raw_LayerFactory(&self) -> *const c_void;
pub fn as_raw_mut_LayerFactory(&mut self) -> *mut c_void; }

%Layer factory allows to create instances of registered layers.

Required methods

Loading content...

Implementors

impl LayerFactoryTrait for LayerFactory[src]

Loading content...