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