public static class opencv_core.CvRect extends opencv_core.AbstractCvRect
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvRect() |
opencv_core.CvRect(int size) |
opencv_core.CvRect(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
opencv_core.CvRect |
height(int height) |
opencv_core.CvRect |
position(int 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, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, withDeallocator, zeropublic opencv_core.CvRect()
public opencv_core.CvRect(int size)
public opencv_core.CvRect(Pointer p)
public opencv_core.CvRect position(int position)
position in class 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 © 2014. All Rights Reserved.