[][src]Trait opencv::dnn::prelude::ConvolutionLayerTrait

pub trait ConvolutionLayerTrait: BaseConvolutionLayerTrait {
    pub fn as_raw_ConvolutionLayer(&self) -> *const c_void;
pub fn as_raw_mut_ConvolutionLayer(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl ConvolutionLayerTrait for ConvolutionLayer[src]

Loading content...