Struct opencv::videostab::MotionEstimatorL1[][src]

pub struct MotionEstimatorL1 { /* fields omitted */ }
Expand description

Describes a global 2D motion estimation method which minimizes L1 error.

Note: To be able to use this method you must build OpenCV with CLP library support. :

Implementations

Trait Implementations

Wrap the specified raw pointer Read more

Return an the underlying raw pointer while consuming this wrapper. Read more

Return the underlying raw pointer. Read more

Return the underlying mutable raw pointer Read more

Executes the destructor for this type. Read more

Sets motion model. Read more

Returns Read more

Estimates global motion between two 2D point clouds. Read more

C++ default parameters Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.