@NoOffset public static class opencv_core.CvRect extends opencv_core.AbstractCvRect
| Constructor and Description |
|---|
CvRect() |
CvRect(int _x,
int _y,
int w,
int h) |
CvRect(long size)
Native array allocator.
|
CvRect(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
opencv_core.CvRect |
height(int height) |
opencv_core.CvRect |
position(long position) |
int |
width() |
opencv_core.CvRect |
width(int width) |
int |
x() |
opencv_core.CvRect |
x(int x) |
int |
y() |
opencv_core.CvRect |
y(int y) |
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 CvRect(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvRect(long size)
Pointer.position(long).public CvRect(int _x,
int _y,
int w,
int h)
public CvRect()
public opencv_core.CvRect position(long position)
position in class org.bytedeco.javacpp.IntPointerpublic int x()
x in class opencv_core.AbstractCvRectpublic opencv_core.CvRect x(int x)
public int y()
y in class opencv_core.AbstractCvRectpublic opencv_core.CvRect y(int y)
public int width()
width in class opencv_core.AbstractCvRectpublic opencv_core.CvRect width(int width)
public int height()
height in class opencv_core.AbstractCvRectpublic opencv_core.CvRect height(int height)
Copyright © 2018. All rights reserved.