public static class FacemarkAAM.Model.Texture extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Texture()
Default native constructor.
|
Texture(long size)
Native array allocator.
|
Texture(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Mat |
A()
gray values from all face region in the dataset, projected in PCA space
|
FacemarkAAM.Model.Texture |
A(Mat setter) |
Mat |
A0()
average of gray values from all face region in the dataset
|
FacemarkAAM.Model.Texture |
A0(Mat setter) |
Mat |
AA()
gray values from all erorded face region in the dataset, projected in PCA space
|
FacemarkAAM.Model.Texture |
AA(Mat setter) |
Mat |
AA0()
average of gray values from all erorded face region in the dataset
|
FacemarkAAM.Model.Texture |
AA0(Mat setter) |
Point2fVector |
base_shape()
basic shape, normalized to be fit in an image with current detection resolution
|
FacemarkAAM.Model.Texture |
base_shape(Point2fVector setter) |
IntPointer |
ind1()
index of pixels for mapping process to obtains the grays values of face region
|
FacemarkAAM.Model.Texture |
ind1(IntPointer setter) |
IntPointer |
ind2()
index of pixels for mapping process to obtains the grays values of eroded face region
|
FacemarkAAM.Model.Texture |
ind2(IntPointer setter) |
int |
max_m()
unused delete
|
FacemarkAAM.Model.Texture |
max_m(int setter) |
FacemarkAAM.Model.Texture |
position(long position) |
Rect |
resolution()
resolution of the current scale
|
FacemarkAAM.Model.Texture |
resolution(Rect setter) |
PointVectorVector |
textureIdx()
index for warping of each delaunay triangle region constructed by 3 facemarks
|
FacemarkAAM.Model.Texture |
textureIdx(PointVectorVector setter) |
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 Texture()
public Texture(long size)
Pointer.position(long)
.public Texture(Pointer p)
Pointer.Pointer(Pointer)
.public FacemarkAAM.Model.Texture position(long position)
public int max_m()
public FacemarkAAM.Model.Texture max_m(int setter)
public FacemarkAAM.Model.Texture resolution(Rect setter)
public FacemarkAAM.Model.Texture A(Mat setter)
public FacemarkAAM.Model.Texture A0(Mat setter)
@ByRef public Mat AA()
public FacemarkAAM.Model.Texture AA(Mat setter)
public FacemarkAAM.Model.Texture AA0(Mat setter)
@ByRef public PointVectorVector textureIdx()
public FacemarkAAM.Model.Texture textureIdx(PointVectorVector setter)
@ByRef public Point2fVector base_shape()
public FacemarkAAM.Model.Texture base_shape(Point2fVector setter)
@StdVector public IntPointer ind1()
public FacemarkAAM.Model.Texture ind1(IntPointer setter)
@StdVector public IntPointer ind2()
public FacemarkAAM.Model.Texture ind2(IntPointer setter)
Copyright © 2020. All rights reserved.