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