pub trait FacemarkAAM_ConfigTraitConst {
// Required method
fn as_raw_FacemarkAAM_Config(&self) -> *const c_void;
// Provided methods
fn r(&self) -> Mat { ... }
fn t(&self) -> Point2f { ... }
fn scale(&self) -> f32 { ... }
fn model_scale_idx(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::face::FacemarkAAM_Config