Trait opencv::prelude::LRNLayerTraitConst
source · pub trait LRNLayerTraitConst: LayerTraitConst {
// Required method
fn as_raw_LRNLayer(&self) -> *const c_void;
// Provided methods
fn typ(&self) -> i32 { ... }
fn size(&self) -> i32 { ... }
fn alpha(&self) -> f32 { ... }
fn beta(&self) -> f32 { ... }
fn bias(&self) -> f32 { ... }
fn norm_by_size(&self) -> bool { ... }
}
Expand description
Constant methods for crate::dnn::LRNLayer