@NoOffset public static class opencv_core.CvPoint extends opencv_core.AbstractCvPoint
ZERO| Constructor and Description |
|---|
CvPoint() |
CvPoint(int _x,
int _y) |
CvPoint(long size)
Native array allocator.
|
CvPoint(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
position(long position) |
int |
x() |
opencv_core.CvPoint |
x(int x) |
int |
y() |
opencv_core.CvPoint |
y(int y) |
get, get, put, put, put, put, put, put, put, put, toStringasBuffer, capacity, get, get, getString, getStringCodePoints, limit, put, put, putStringaddress, 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 CvPoint(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvPoint(long size)
Pointer.position(long).public CvPoint(int _x,
int _y)
public CvPoint()
public opencv_core.CvPoint position(long position)
position in class org.bytedeco.javacpp.IntPointerpublic int x()
x in class opencv_core.AbstractCvPointpublic opencv_core.CvPoint x(int x)
x in class opencv_core.AbstractCvPointpublic int y()
y in class opencv_core.AbstractCvPointpublic opencv_core.CvPoint y(int y)
y in class opencv_core.AbstractCvPointCopyright © 2018. All rights reserved.