public abstract static class opencv_core.AbstractCvBox2D
extends org.bytedeco.javacpp.FloatPointer
| Constructor and Description |
|---|
AbstractCvBox2D(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract float |
angle() |
abstract opencv_core.CvBox2D |
angle(float angle) |
abstract opencv_core.CvPoint2D32f |
center() |
abstract opencv_core.CvBox2D |
center(opencv_core.CvPoint2D32f center) |
abstract opencv_core.CvSize2D32f |
size() |
abstract opencv_core.CvBox2D |
size(opencv_core.CvSize2D32f size) |
String |
toString() |
asBuffer, capacity, get, get, get, get, limit, position, put, put, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic abstract opencv_core.CvPoint2D32f center()
public abstract opencv_core.CvBox2D center(opencv_core.CvPoint2D32f center)
public abstract opencv_core.CvSize2D32f size()
public abstract opencv_core.CvBox2D size(opencv_core.CvSize2D32f size)
public abstract float angle()
public abstract opencv_core.CvBox2D angle(float angle)
public String toString()
toString in class org.bytedeco.javacpp.PointerCopyright © 2018. All rights reserved.