[][src]Struct opencv::objdetect::DetectionBasedTracker

pub struct DetectionBasedTracker { /* fields omitted */ }

Methods

impl DetectionBasedTracker[src]

impl DetectionBasedTracker[src]

pub fn run(&mut self) -> Result<bool>[src]

pub fn stop(&mut self) -> Result<()>[src]

pub fn reset_tracking(&mut self) -> Result<()>[src]

pub fn process(&mut self, image_gray: &Mat) -> Result<()>[src]

pub fn set_parameters(
    &mut self,
    params: &DetectionBasedTracker_Parameters
) -> Result<bool>
[src]

pub fn get_parameters(&self) -> Result<DetectionBasedTracker_Parameters>[src]

pub fn get_objects(&self, result: &mut VectorOfRect) -> Result<()>[src]

pub fn get_objects_1(&self, result: &mut VectorOfExtObject) -> Result<()>[src]

pub fn add_object(&mut self, location: Rect) -> Result<i32>[src]

Trait Implementations

impl Drop for DetectionBasedTracker[src]

impl Send for DetectionBasedTracker[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]