Uses of Class
org.opencv.face.Facemark
-
Packages that use Facemark Package Description org.opencv.face -
-
Uses of Facemark in org.opencv.face
Subclasses of Facemark in org.opencv.face Modifier and Type Class Description classFacemarkAAMclassFacemarkKazemiclassFacemarkLBFclassFacemarkTrainAbstract 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.Methods in org.opencv.face that return Facemark Modifier and Type Method Description static FacemarkFacemark. __fromPtr__(long addr)static FacemarkFace. createFacemarkAAM()static FacemarkFace. createFacemarkKazemi()static FacemarkFace. createFacemarkLBF()
-