Trait opencv::dnn::LayerParamsTraitConst
source · [−]pub trait LayerParamsTraitConst: DictTraitConst {
fn as_raw_LayerParams(&self) -> *const c_void;
fn blobs(&self) -> Vector<Mat> { ... }
fn name(&self) -> String { ... }
fn typ(&self) -> String { ... }
}
Expand description
This class provides all data needed to initialize layer.
It includes dictionary with scalar params (which can be read by using Dict interface), blob params #blobs and optional meta information: #name and #type of layer instance.