public static class opencv_legacy.CvPixelPosition8u extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvPixelPosition8u() |
opencv_legacy.CvPixelPosition8u(int size) |
opencv_legacy.CvPixelPosition8u(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
bottomline() |
opencv_legacy.CvPixelPosition8u |
bottomline(BytePointer bottomline) |
BytePointer |
currline() |
opencv_legacy.CvPixelPosition8u |
currline(BytePointer currline) |
int |
height() |
opencv_legacy.CvPixelPosition8u |
height(int height) |
opencv_legacy.CvPixelPosition8u |
position(int position) |
IntPointer |
step_arr() |
int |
step_arr(int i) |
opencv_legacy.CvPixelPosition8u |
step_arr(int i,
int step_arr) |
int |
step() |
opencv_legacy.CvPixelPosition8u |
step(int step) |
BytePointer |
topline() |
opencv_legacy.CvPixelPosition8u |
topline(BytePointer topline) |
int |
width() |
opencv_legacy.CvPixelPosition8u |
width(int width) |
int |
x() |
opencv_legacy.CvPixelPosition8u |
x(int x) |
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_legacy.CvPixelPosition8u()
public opencv_legacy.CvPixelPosition8u(int size)
public opencv_legacy.CvPixelPosition8u(Pointer p)
public opencv_legacy.CvPixelPosition8u position(int position)
public BytePointer currline()
public opencv_legacy.CvPixelPosition8u currline(BytePointer currline)
public BytePointer topline()
public opencv_legacy.CvPixelPosition8u topline(BytePointer topline)
public BytePointer bottomline()
public opencv_legacy.CvPixelPosition8u bottomline(BytePointer bottomline)
public int x()
public opencv_legacy.CvPixelPosition8u x(int x)
public int width()
public opencv_legacy.CvPixelPosition8u width(int width)
public int height()
public opencv_legacy.CvPixelPosition8u height(int height)
public int step()
public opencv_legacy.CvPixelPosition8u step(int step)
public int step_arr(int i)
public opencv_legacy.CvPixelPosition8u step_arr(int i, int step_arr)
public IntPointer step_arr()
Copyright © 2014. All Rights Reserved.