Trait opencv::dnn::ConvolutionLayerTraitConst[][src]

pub trait ConvolutionLayerTraitConst: BaseConvolutionLayerTraitConst {
    fn as_raw_ConvolutionLayer(&self) -> *const c_void;
}

Required methods

Implementors