Struct opencv::face::FacemarkAAM_Config
source · [−]pub struct FacemarkAAM_Config { /* private fields */ }
Expand description
\brief Optional parameter for fitting process.
Implementations
sourceimpl FacemarkAAM_Config
impl FacemarkAAM_Config
sourcepub fn new(
rot: Mat,
trans: Point2f,
scaling: f32,
scale_id: i32
) -> Result<FacemarkAAM_Config>
pub fn new(
rot: Mat,
trans: Point2f,
scaling: f32,
scale_id: i32
) -> Result<FacemarkAAM_Config>
C++ default parameters
- rot: Mat::eye(2,2,CV_32F)
- trans: Point2f(0.0f,0.0f)
- scaling: 1.0f
- scale_id: 0
Trait Implementations
sourceimpl Boxed for FacemarkAAM_Config
impl Boxed for FacemarkAAM_Config
sourceimpl Drop for FacemarkAAM_Config
impl Drop for FacemarkAAM_Config
impl Send for FacemarkAAM_Config
impl VectorElement for FacemarkAAM_Config where
Vector<FacemarkAAM_Config>: VectorExtern<FacemarkAAM_Config>,
Auto Trait Implementations
impl RefUnwindSafe for FacemarkAAM_Config
impl !Sync for FacemarkAAM_Config
impl Unpin for FacemarkAAM_Config
impl UnwindSafe for FacemarkAAM_Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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