Struct opencv::dpm::DPMDetector_ObjectDetection
source · pub struct DPMDetector_ObjectDetection { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Boxed for DPMDetector_ObjectDetection
impl Boxed for DPMDetector_ObjectDetection
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more