pub trait DPMDetector_ObjectDetectionTraitConst {
// Required method
fn as_raw_DPMDetector_ObjectDetection(&self) -> *const c_void;
// Provided methods
fn rect(&self) -> Rect { ... }
fn score(&self) -> f32 { ... }
fn class_id(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::dpm::DPMDetector_ObjectDetection