public abstract static class opencv_core.AbstractCvPoint
extends org.bytedeco.javacpp.IntPointer
| Modifier and Type | Field and Description |
|---|---|
static opencv_core.CvPoint |
ZERO |
| Constructor and Description |
|---|
AbstractCvPoint(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
get(int[] pts) |
opencv_core.CvPoint |
get(int[] pts,
int offset,
int length) |
opencv_core.CvPoint |
put(byte shift,
double... pts) |
opencv_core.CvPoint |
put(byte shift,
double[] pts,
int offset,
int length) |
opencv_core.CvPoint |
put(byte shift,
opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint |
put(byte shift,
opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint |
put(int... pts) |
opencv_core.CvPoint |
put(int[] pts,
int offset,
int length) |
opencv_core.CvPoint |
put(int x,
int y) |
opencv_core.CvPoint |
put(opencv_core.CvPoint o) |
String |
toString() |
abstract int |
x() |
abstract opencv_core.CvPoint |
x(int x) |
abstract int |
y() |
abstract opencv_core.CvPoint |
y(int y) |
asBuffer, capacity, get, get, getString, getStringCodePoints, limit, position, 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 static final opencv_core.CvPoint ZERO
public abstract int x()
public abstract opencv_core.CvPoint x(int x)
public abstract int y()
public abstract opencv_core.CvPoint y(int y)
public opencv_core.CvPoint get(int[] pts)
get in class org.bytedeco.javacpp.IntPointerpublic opencv_core.CvPoint get(int[] pts, int offset, int length)
get in class org.bytedeco.javacpp.IntPointerpublic final opencv_core.CvPoint put(int[] pts, int offset, int length)
put in class org.bytedeco.javacpp.IntPointerpublic final opencv_core.CvPoint put(int... pts)
put in class org.bytedeco.javacpp.IntPointerpublic final opencv_core.CvPoint put(byte shift, double[] pts, int offset, int length)
public final opencv_core.CvPoint put(byte shift, double... pts)
public opencv_core.CvPoint put(int x, int y)
public opencv_core.CvPoint put(opencv_core.CvPoint o)
public opencv_core.CvPoint put(byte shift, opencv_core.CvPoint2D32f o)
public opencv_core.CvPoint put(byte shift, opencv_core.CvPoint2D64f o)
public String toString()
toString in class org.bytedeco.javacpp.PointerCopyright © 2018. All rights reserved.