[][src]Struct opencv::face::FacemarkAAM_Config

pub struct FacemarkAAM_Config { /* fields omitted */ }

\brief Optional parameter for fitting process.

Implementations

impl FacemarkAAM_Config[src]

impl FacemarkAAM_Config[src]

pub fn new(
    mut rot: Mat,
    trans: Point2f,
    scaling: f32,
    scale_id: i32
) -> Result<FacemarkAAM_Config>
[src]

C++ default parameters

  • rot: Mat::eye(2,2,CV_32F)
  • trans: Point2f(0.0f,0.0f)
  • scaling: 1.0f
  • scale_id: 0

Trait Implementations

impl Boxed for FacemarkAAM_Config[src]

impl Drop for FacemarkAAM_Config[src]

impl FacemarkAAM_ConfigTrait for FacemarkAAM_Config[src]

impl Send for FacemarkAAM_Config[src]

impl VectorElement for FacemarkAAM_Config where
    Vector<FacemarkAAM_Config>: VectorExtern<FacemarkAAM_Config>, 
[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.