@Namespace(value="cv::face") public static class opencv_face.FacemarkAAM extends opencv_face.FacemarkTrain
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_face.FacemarkAAM.Config
\brief Optional parameter for fitting process.
|
static class |
opencv_face.FacemarkAAM.Data
\brief Data container for the facemark::getData function
|
static class |
opencv_face.FacemarkAAM.Model
\brief The model of AAM Algorithm
|
static class |
opencv_face.FacemarkAAM.Params |
| Constructor and Description |
|---|
FacemarkAAM(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_face.FacemarkAAM |
create() |
static opencv_face.FacemarkAAM |
create(opencv_face.FacemarkAAM.Params parameters)
initializer
|
boolean |
fitConfig(opencv_core.Mat image,
opencv_core.RectVector roi,
opencv_core.Point2fVectorVector _landmarks,
opencv_face.FacemarkAAM.Config runtime_params)
overload with additional Config structures
|
addTrainingSample, getData, getData, getFaces, setFaceDetector, setFaceDetector, training, trainingfit, loadModel, loadModelclear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FacemarkAAM(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool")
public boolean fitConfig(@ByVal
opencv_core.Mat image,
@ByRef
opencv_core.RectVector roi,
@ByRef
opencv_core.Point2fVectorVector _landmarks,
@StdVector
opencv_face.FacemarkAAM.Config runtime_params)
@opencv_core.Ptr public static opencv_face.FacemarkAAM create(@Const @ByRef(nullValue="cv::face::FacemarkAAM::Params()") opencv_face.FacemarkAAM.Params parameters)
@opencv_core.Ptr public static opencv_face.FacemarkAAM create()
Copyright © 2018. All rights reserved.