[][src]Trait opencv::prelude::DPMDetector_ObjectDetectionTrait

pub trait DPMDetector_ObjectDetectionTrait {
    pub fn as_raw_DPMDetector_ObjectDetection(&self) -> *const c_void;
pub fn as_raw_mut_DPMDetector_ObjectDetection(&mut self) -> *mut c_void; pub fn rect(&self) -> Rect { ... }
pub fn set_rect(&mut self, val: Rect) { ... }
pub fn score(&self) -> f32 { ... }
pub fn set_score(&mut self, val: f32) { ... }
pub fn class_id(&self) -> i32 { ... }
pub fn set_class_id(&mut self, val: i32) { ... } }

Required methods

Loading content...

Provided methods

pub fn rect(&self) -> Rect[src]

pub fn set_rect(&mut self, val: Rect)[src]

pub fn score(&self) -> f32[src]

pub fn set_score(&mut self, val: f32)[src]

pub fn class_id(&self) -> i32[src]

pub fn set_class_id(&mut self, val: i32)[src]

Loading content...

Implementors

Loading content...