Package org.opencv.face
package org.opencv.face
-
ClassesClassDescriptionImplementation of bio-inspired features (BIF) from the paper: Guo, Guodong, et al.Abstract base class for all facemark models To utilize this API in your program, please take a look at the REF: tutorial_table_of_content_facemark ### Description Facemark is a base class which provides universal access to any specific facemark algorithm.Abstract base class for trainable facemark models To utilize this API in your program, please take a look at the REF: tutorial_table_of_content_facemark ### Description The AAM and LBF facemark models in OpenCV are derived from the abstract base class FacemarkTrain, which provides a unified access to those facemark algorithms in OpenCV.Abstract base class for all face recognition models All face recognition models in OpenCV are derived from the abstract base class FaceRecognizer, which provides a unified access to all face recongition algorithms in OpenCV.Minimum Average Correlation Energy Filter useful for authentication with (cancellable) biometrical features.Abstract base class for all strategies of prediction result handlingDefault predict collector Trace minimal distance with treshhold checking (that is default behavior for most predict logic)