public static class opencv_core.IplROI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.IplROI() |
opencv_core.IplROI(int size) |
opencv_core.IplROI(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
coi() |
opencv_core.IplROI |
coi(int coi) |
int |
height() |
opencv_core.IplROI |
height(int height) |
opencv_core.IplROI |
position(int position) |
int |
width() |
opencv_core.IplROI |
width(int width) |
int |
xOffset() |
opencv_core.IplROI |
xOffset(int xOffset) |
int |
yOffset() |
opencv_core.IplROI |
yOffset(int yOffset) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.IplROI()
public opencv_core.IplROI(int size)
public opencv_core.IplROI(Pointer p)
public opencv_core.IplROI position(int position)
public int coi()
public opencv_core.IplROI coi(int coi)
public int xOffset()
public opencv_core.IplROI xOffset(int xOffset)
public int yOffset()
public opencv_core.IplROI yOffset(int yOffset)
public int width()
public opencv_core.IplROI width(int width)
public int height()
public opencv_core.IplROI height(int height)
Copyright © 2014. All Rights Reserved.