@NoOffset public static class opencv_core.CvSize extends opencv_core.AbstractCvSize
ZERO| Constructor and Description |
|---|
CvSize() |
CvSize(int w,
int h) |
CvSize(long size)
Native array allocator.
|
CvSize(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
opencv_core.CvSize |
height(int height) |
opencv_core.CvSize |
position(long position) |
int |
width() |
opencv_core.CvSize |
width(int width) |
toStringasBuffer, capacity, get, get, get, get, getString, getStringCodePoints, limit, put, put, 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 CvSize(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvSize(long size)
Pointer.position(long).public CvSize(int w,
int h)
public CvSize()
public opencv_core.CvSize position(long position)
position in class org.bytedeco.javacpp.IntPointerpublic int width()
width in class opencv_core.AbstractCvSizepublic opencv_core.CvSize width(int width)
width in class opencv_core.AbstractCvSizepublic int height()
height in class opencv_core.AbstractCvSizepublic opencv_core.CvSize height(int height)
height in class opencv_core.AbstractCvSizeCopyright © 2018. All rights reserved.