@Name(value="Pixacc")
public static class lept.PIXACC
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXACC()
Default native constructor.
|
PIXACC(long size)
Native array allocator.
|
PIXACC(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
h()
array height
|
lept.PIXACC |
h(int h) |
int |
offset()
intermediate results
|
lept.PIXACC |
offset(int offset) |
lept.PIX |
pix()
the 32 bit accumulator pix
|
lept.PIXACC |
pix(lept.PIX pix) |
lept.PIXACC |
position(long position) |
int |
w()
array width
|
lept.PIXACC |
w(int w) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PIXACC()
public PIXACC(long size)
Pointer.position(long).public PIXACC(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXACC position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int w()
public lept.PIXACC w(int w)
@Cast(value="l_int32") public int h()
public lept.PIXACC h(int h)
@Cast(value="l_int32") public int offset()
public lept.PIXACC offset(int offset)
public lept.PIX pix()
public lept.PIXACC pix(lept.PIX pix)
Copyright © 2018. All rights reserved.