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