[][src]Struct opencv::tracking::TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState

pub struct TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState { /* fields omitted */ }

Implementation of the target state for TrackerAdaBoostingTargetState

Implementations

impl TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

impl TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

pub fn new(
    position: Point2f,
    width: i32,
    height: i32,
    foreground: bool,
    responses: &Mat
) -> Result<TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState>
[src]

\brief Constructor \param position Top left corner of the bounding box \param width Width of the bounding box \param height Height of the bounding box \param foreground label for target or background \param responses list of features

Trait Implementations

impl Boxed for TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

impl Drop for TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

impl Send for TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

impl TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetStateTrait for TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

impl TrackerTargetStateTrait for TrackerStateEstimatorAdaBoosting_TrackerAdaBoostingTargetState[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.