Trait opencv::prelude::CosLayerTrait

source ·
pub trait CosLayerTrait: ActivationLayerTrait + CosLayerTraitConst {
    // Required method
    fn as_raw_mut_CosLayer(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::dnn::CosLayer

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§