@NoOffset
public static class opencv_face.FacemarkLBF.BBox
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
BBox() |
BBox(double x,
double y,
double w,
double h) |
BBox(long size)
Native array allocator.
|
BBox(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
height() |
opencv_face.FacemarkLBF.BBox |
height(double height) |
opencv_face.FacemarkLBF.BBox |
position(long position) |
opencv_core.Mat |
project(opencv_core.Mat shape) |
opencv_core.Mat |
reproject(opencv_core.Mat shape) |
double |
width() |
opencv_face.FacemarkLBF.BBox |
width(double width) |
double |
x_center() |
opencv_face.FacemarkLBF.BBox |
x_center(double x_center) |
double |
x_scale() |
opencv_face.FacemarkLBF.BBox |
x_scale(double x_scale) |
double |
x() |
opencv_face.FacemarkLBF.BBox |
x(double x) |
double |
y_center() |
opencv_face.FacemarkLBF.BBox |
y_center(double y_center) |
double |
y_scale() |
opencv_face.FacemarkLBF.BBox |
y_scale(double y_scale) |
double |
y() |
opencv_face.FacemarkLBF.BBox |
y(double y) |
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 BBox(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public BBox(long size)
Pointer.position(long).public BBox()
public BBox(double x,
double y,
double w,
double h)
public opencv_face.FacemarkLBF.BBox position(long position)
position in class org.bytedeco.javacpp.Pointer@ByVal public opencv_core.Mat project(@Const @ByRef opencv_core.Mat shape)
@ByVal public opencv_core.Mat reproject(@Const @ByRef opencv_core.Mat shape)
public double x()
public opencv_face.FacemarkLBF.BBox x(double x)
public double y()
public opencv_face.FacemarkLBF.BBox y(double y)
public double x_center()
public opencv_face.FacemarkLBF.BBox x_center(double x_center)
public double y_center()
public opencv_face.FacemarkLBF.BBox y_center(double y_center)
public double x_scale()
public opencv_face.FacemarkLBF.BBox x_scale(double x_scale)
public double y_scale()
public opencv_face.FacemarkLBF.BBox y_scale(double y_scale)
public double width()
public opencv_face.FacemarkLBF.BBox width(double width)
public double height()
public opencv_face.FacemarkLBF.BBox height(double height)
Copyright © 2018. All rights reserved.