Trait opencv::dpm::prelude::DPMDetector_ObjectDetectionTraitConst[][src]

pub trait DPMDetector_ObjectDetectionTraitConst {
    fn as_raw_DPMDetector_ObjectDetection(&self) -> *const c_void;

    fn rect(&self) -> Rect { ... }
fn score(&self) -> f32 { ... }
fn class_id(&self) -> i32 { ... } }

Required methods

Provided methods

Implementors