Struct opencv::face::FacemarkAAM_Config
source · pub struct FacemarkAAM_Config { /* private fields */ }
Expand description
\brief Optional parameter for fitting process.
Implementations§
source§impl 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