@Name(value="FPix") public static class lept.FPIX extends lept.AbstractFPIX
lept.AbstractFPIX.DestroyDeallocator| Constructor and Description |
|---|
FPIX()
Default native constructor.
|
FPIX(long size)
Native array allocator.
|
FPIX(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.FloatPointer |
data()
the float image data
|
lept.FPIX |
data(org.bytedeco.javacpp.FloatPointer data) |
int |
h()
height in pixels
|
lept.FPIX |
h(int h) |
lept.FPIX |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.FPIX |
refcount(int refcount) |
int |
w()
width in pixels
|
lept.FPIX |
w(int w) |
int |
wpl()
32-bit words/line
|
lept.FPIX |
wpl(int wpl) |
int |
xres()
(use 0 if unknown)
|
lept.FPIX |
xres(int xres) |
int |
yres()
(use 0 if unknown)
|
lept.FPIX |
yres(int yres) |
clone, create, createBuffer, createBuffer, createIndexer, createIndexer, createTemplate, destroyaddress, 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 FPIX()
public FPIX(long size)
Pointer.position(long).public FPIX(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.FPIX position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int w()
public lept.FPIX w(int w)
@Cast(value="l_int32") public int h()
public lept.FPIX h(int h)
@Cast(value="l_int32") public int wpl()
public lept.FPIX wpl(int wpl)
@Cast(value="l_uint32") public int refcount()
public lept.FPIX refcount(int refcount)
@Cast(value="l_int32") public int xres()
public lept.FPIX xres(int xres)
@Cast(value="l_int32") public int yres()
public lept.FPIX yres(int yres)
@Cast(value="l_float32*") public org.bytedeco.javacpp.FloatPointer data()
public lept.FPIX data(org.bytedeco.javacpp.FloatPointer data)
Copyright © 2018. All rights reserved.