Struct opencv::dpm::DPMDetector_ObjectDetection
source · pub struct DPMDetector_ObjectDetection { /* private fields */ }
Implementations§
source§impl DPMDetector_ObjectDetection
impl DPMDetector_ObjectDetection
pub fn default() -> Result<DPMDetector_ObjectDetection>
sourcepub fn new(
rect: Rect,
score: f32,
class_id: i32
) -> Result<DPMDetector_ObjectDetection>
pub fn new( rect: Rect, score: f32, class_id: i32 ) -> Result<DPMDetector_ObjectDetection>
C++ default parameters
- class_id: -1
Trait Implementations§
source§impl Boxed for DPMDetector_ObjectDetection
impl Boxed for DPMDetector_ObjectDetection
source§impl Debug for DPMDetector_ObjectDetection
impl Debug for DPMDetector_ObjectDetection
source§impl Drop for DPMDetector_ObjectDetection
impl Drop for DPMDetector_ObjectDetection
impl Send for DPMDetector_ObjectDetection
impl VectorElement for DPMDetector_ObjectDetectionwhere Vector<DPMDetector_ObjectDetection>: VectorExtern<DPMDetector_ObjectDetection>,
Auto Trait Implementations§
impl RefUnwindSafe for DPMDetector_ObjectDetection
impl !Sync for DPMDetector_ObjectDetection
impl Unpin for DPMDetector_ObjectDetection
impl UnwindSafe for DPMDetector_ObjectDetection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more