[][src]Trait opencv::hub_prelude::ConvolutionLayerTrait

pub trait ConvolutionLayerTrait: AlgorithmTrait + BaseConvolutionLayerTrait + LayerTrait {
    fn as_raw_ConvolutionLayer(&self) -> *mut c_void;
}

Required methods

Loading content...

Implementors

impl ConvolutionLayerTrait for ConvolutionLayer[src]

Loading content...