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