pub trait FacemarkAAM_Model_TextureTraitConst {
// Required method
fn as_raw_FacemarkAAM_Model_Texture(&self) -> *const c_void;
// Provided methods
fn max_m(&self) -> i32 { ... }
fn resolution(&self) -> Rect { ... }
fn a(&self) -> Mat { ... }
fn a0(&self) -> Mat { ... }
fn aa(&self) -> Mat { ... }
fn aa0(&self) -> Mat { ... }
fn texture_idx(&self) -> Vector<Vector<Point>> { ... }
fn base_shape(&self) -> Vector<Point2f> { ... }
fn ind1(&self) -> Vector<i32> { ... }
fn ind2(&self) -> Vector<i32> { ... }
}
Expand description
Constant methods for crate::face::FacemarkAAM_Model_Texture