@Name(value="L_Rdid") public static class lept.L_RDID extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
L_RDID()
Default native constructor.
|
L_RDID(long size)
Native array allocator.
|
L_RDID(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
beta()
channel coeffs for template fg term
|
lept.L_RDID |
beta(FloatPointer beta) |
lept.BOXA |
boxa()
Viterbi result for splitting input pixs
|
lept.L_RDID |
boxa(lept.BOXA boxa) |
PointerPointer |
counta() |
IntPointer |
counta(int i)
count array for each averaged template
|
lept.L_RDID |
counta(int i,
IntPointer counta) |
lept.L_RDID |
counta(PointerPointer counta) |
PointerPointer |
delya() |
IntPointer |
delya(int i)
best y-shift array per average template
|
lept.L_RDID |
delya(int i,
IntPointer delya) |
lept.L_RDID |
delya(PointerPointer delya) |
int |
fullarrays()
1 if full arrays are made; 0 otherwise
|
lept.L_RDID |
fullarrays(int fullarrays) |
FloatPointer |
gamma()
channel coeffs for bit-and term
|
lept.L_RDID |
gamma(FloatPointer gamma) |
lept.NUMA |
nadely_r()
y locations of best rescoredtemplates
|
lept.L_RDID |
nadely_r(lept.NUMA nadely_r) |
lept.NUMA |
nadely()
y locations of best path templates
|
lept.L_RDID |
nadely(lept.NUMA nadely) |
lept.NUMA |
namoment()
first moment of pixels in pixs by cols
|
lept.L_RDID |
namoment(lept.NUMA namoment) |
int |
narray()
number of averaged templates
|
lept.L_RDID |
narray(int narray) |
lept.NUMA |
nasample_r()
samples of best scored templates
|
lept.L_RDID |
nasample_r(lept.NUMA nasample_r) |
lept.NUMA |
nascore_r()
correlation scores: rescored templates
|
lept.L_RDID |
nascore_r(lept.NUMA nascore_r) |
lept.NUMA |
nascore()
correlation scores: best path templates
|
lept.L_RDID |
nascore(lept.NUMA nascore) |
lept.NUMA |
nasum()
pixel count in pixs by column
|
lept.L_RDID |
nasum(lept.NUMA nasum) |
lept.NUMA |
natempl_r()
indices of best rescored templates
|
lept.L_RDID |
natempl_r(lept.NUMA natempl_r) |
lept.NUMA |
natempl()
indices of best path templates
|
lept.L_RDID |
natempl(lept.NUMA natempl) |
lept.NUMA |
nawidth_r()
widths of best rescoredtemplates
|
lept.L_RDID |
nawidth_r(lept.NUMA nawidth_r) |
lept.NUMA |
nawidth()
widths of best path templates
|
lept.L_RDID |
nawidth(lept.NUMA nawidth) |
lept.NUMA |
naxloc_r()
x locations of best rescoredtemplates
|
lept.L_RDID |
naxloc_r(lept.NUMA naxloc_r) |
lept.NUMA |
naxloc()
x locations of best path templates
|
lept.L_RDID |
naxloc(lept.NUMA naxloc) |
lept.PIX |
pixs()
clone of pix to be decoded
|
lept.L_RDID |
pixs(lept.PIX pixs) |
lept.L_RDID |
position(long position) |
IntPointer |
setwidth()
setwidths for each template
|
lept.L_RDID |
setwidth(IntPointer setwidth) |
int |
size()
size of count array (width of pixs)
|
lept.L_RDID |
size(int size) |
FloatPointer |
trellisscore()
score on trellis
|
lept.L_RDID |
trellisscore(FloatPointer trellisscore) |
IntPointer |
trellistempl()
template on trellis (for backtrack)
|
lept.L_RDID |
trellistempl(IntPointer trellistempl) |
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 L_RDID()
public L_RDID(long size)
Pointer.position(long).public L_RDID(Pointer p)
Pointer.Pointer(Pointer).public lept.L_RDID position(long position)
public lept.PIX pixs()
public lept.L_RDID pixs(lept.PIX pixs)
@Cast(value="l_int32*") public IntPointer counta(int i)
public lept.L_RDID counta(int i, IntPointer counta)
@Cast(value="l_int32**") public PointerPointer counta()
public lept.L_RDID counta(PointerPointer counta)
@Cast(value="l_int32*") public IntPointer delya(int i)
public lept.L_RDID delya(int i, IntPointer delya)
@Cast(value="l_int32**") public PointerPointer delya()
public lept.L_RDID delya(PointerPointer delya)
public lept.L_RDID narray(int narray)
public lept.L_RDID size(int size)
@Cast(value="l_int32*") public IntPointer setwidth()
public lept.L_RDID setwidth(IntPointer setwidth)
public lept.NUMA nasum()
public lept.L_RDID nasum(lept.NUMA nasum)
public lept.NUMA namoment()
public lept.L_RDID namoment(lept.NUMA namoment)
public lept.L_RDID fullarrays(int fullarrays)
@Cast(value="l_float32*") public FloatPointer beta()
public lept.L_RDID beta(FloatPointer beta)
@Cast(value="l_float32*") public FloatPointer gamma()
public lept.L_RDID gamma(FloatPointer gamma)
@Cast(value="l_float32*") public FloatPointer trellisscore()
public lept.L_RDID trellisscore(FloatPointer trellisscore)
@Cast(value="l_int32*") public IntPointer trellistempl()
public lept.L_RDID trellistempl(IntPointer trellistempl)
public lept.NUMA natempl()
public lept.L_RDID natempl(lept.NUMA natempl)
public lept.NUMA naxloc()
public lept.L_RDID naxloc(lept.NUMA naxloc)
public lept.NUMA nadely()
public lept.L_RDID nadely(lept.NUMA nadely)
public lept.NUMA nawidth()
public lept.L_RDID nawidth(lept.NUMA nawidth)
public lept.BOXA boxa()
public lept.L_RDID boxa(lept.BOXA boxa)
public lept.NUMA nascore()
public lept.L_RDID nascore(lept.NUMA nascore)
public lept.NUMA natempl_r()
public lept.L_RDID natempl_r(lept.NUMA natempl_r)
public lept.NUMA nasample_r()
public lept.L_RDID nasample_r(lept.NUMA nasample_r)
public lept.NUMA naxloc_r()
public lept.L_RDID naxloc_r(lept.NUMA naxloc_r)
public lept.NUMA nadely_r()
public lept.L_RDID nadely_r(lept.NUMA nadely_r)
public lept.NUMA nawidth_r()
public lept.L_RDID nawidth_r(lept.NUMA nawidth_r)
public lept.NUMA nascore_r()
public lept.L_RDID nascore_r(lept.NUMA nascore_r)
Copyright © 2019. All rights reserved.