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

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

%Layer factory allows to create instances of registered layers.

Required methods

Loading content...

Implementors

Loading content...