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 class
FacemarkAAM
class
FacemarkKazemi
class
FacemarkLBF
class
FacemarkTrain
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.Methods in org.opencv.face that return Facemark Modifier and Type Method Description static Facemark
Facemark. __fromPtr__(long addr)
static Facemark
Face. createFacemarkAAM()
static Facemark
Face. createFacemarkKazemi()
static Facemark
Face. createFacemarkLBF()
-