@NoOffset
public static class opencv_face.FacemarkAAM.Config
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Config() |
Config(long size)
Native array allocator.
|
Config(opencv_core.Mat rot,
opencv_core.Point2f trans,
float scaling,
int scale_id) |
Config(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
model_scale_idx() |
opencv_face.FacemarkAAM.Config |
model_scale_idx(int model_scale_idx) |
opencv_face.FacemarkAAM.Config |
position(long position) |
opencv_core.Mat |
R() |
opencv_face.FacemarkAAM.Config |
R(opencv_core.Mat R) |
float |
scale() |
opencv_face.FacemarkAAM.Config |
scale(float scale) |
opencv_core.Point2f |
t() |
opencv_face.FacemarkAAM.Config |
t(opencv_core.Point2f t) |
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 Config(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Config(long size)
Pointer.position(long).public Config(@ByVal(nullValue="cv::Mat::eye(2,2,CV_32F)")
opencv_core.Mat rot,
@ByVal(nullValue="cv::Point2f(0.0f, 0.0f)")
opencv_core.Point2f trans,
float scaling,
int scale_id)
public Config()
public opencv_face.FacemarkAAM.Config position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef public opencv_core.Mat R()
public opencv_face.FacemarkAAM.Config R(opencv_core.Mat R)
@ByRef public opencv_core.Point2f t()
public opencv_face.FacemarkAAM.Config t(opencv_core.Point2f t)
public float scale()
public opencv_face.FacemarkAAM.Config scale(float scale)
public int model_scale_idx()
public opencv_face.FacemarkAAM.Config model_scale_idx(int model_scale_idx)
Copyright © 2018. All rights reserved.