Trait opencv::prelude::DeconvolutionLayerTraitConst
source · pub trait DeconvolutionLayerTraitConst: BaseConvolutionLayerTraitConst {
// Required method
fn as_raw_DeconvolutionLayer(&self) -> *const c_void;
}
Expand description
Constant methods for crate::dnn::DeconvolutionLayer
Required Methods§
fn as_raw_DeconvolutionLayer(&self) -> *const c_void
Object Safety§
This trait is not object safe.