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