Trait opencv::face::BasicFaceRecognizerConst
source · [−]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
fn as_raw_BasicFaceRecognizer(&self) -> *const c_void
Provided Methods
sourcefn get_num_components(&self) -> Result<i32>
fn get_num_components(&self) -> Result<i32>
See also
setNumComponents
sourcefn get_threshold(&self) -> Result<f64>
fn get_threshold(&self) -> Result<f64>
See also
setThreshold