Trait opencv::prelude::CumSumLayerTraitConst
source · pub trait CumSumLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_CumSumLayer(&self) -> *const c_void;
// Provided methods
fn exclusive(&self) -> i32 { ... }
fn reverse(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::dnn::CumSumLayer