Trait opencv::prelude::BasicFaceRecognizerConst[][src]

pub trait BasicFaceRecognizerConst: FaceRecognizerConst {
    fn as_raw_BasicFaceRecognizer(&self) -> *const c_void;

    fn get_num_components(&self) -> Result<i32> { ... }
fn get_threshold(&self) -> Result<f64> { ... }
fn get_projections(&self) -> Result<Vector<Mat>> { ... }
fn get_labels(&self) -> Result<Mat> { ... }
fn get_eigen_values(&self) -> Result<Mat> { ... }
fn get_eigen_vectors(&self) -> Result<Mat> { ... }
fn get_mean(&self) -> Result<Mat> { ... }
fn write(&self, fs: &mut FileStorage) -> Result<()> { ... }
fn empty(&self) -> Result<bool> { ... } }

Required methods

Provided methods

See also

setNumComponents

See also

setThreshold

Implementors