@Name(value="L_Rdid")
public static class lept.L_RDID
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_RDID()
Default native constructor.
|
L_RDID(long size)
Native array allocator.
|
L_RDID(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.FloatPointer |
beta()
channel coeffs for template fg term
|
lept.L_RDID |
beta(org.bytedeco.javacpp.FloatPointer beta) |
lept.BOXA |
boxa()
Viterbi result for splitting input pixs
|
lept.L_RDID |
boxa(lept.BOXA boxa) |
org.bytedeco.javacpp.PointerPointer |
counta() |
org.bytedeco.javacpp.IntPointer |
counta(int i)
count array for each averaged template
|
lept.L_RDID |
counta(int i,
org.bytedeco.javacpp.IntPointer counta) |
lept.L_RDID |
counta(org.bytedeco.javacpp.PointerPointer counta) |
org.bytedeco.javacpp.PointerPointer |
delya() |
org.bytedeco.javacpp.IntPointer |
delya(int i)
best y-shift array per average template
|
lept.L_RDID |
delya(int i,
org.bytedeco.javacpp.IntPointer delya) |
lept.L_RDID |
delya(org.bytedeco.javacpp.PointerPointer delya) |
int |
fullarrays()
1 if full arrays are made; 0 otherwise
|
lept.L_RDID |
fullarrays(int fullarrays) |
org.bytedeco.javacpp.FloatPointer |
gamma()
channel coeffs for bit-and term
|
lept.L_RDID |
gamma(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.IntPointer |
setwidth()
setwidths for each template
|
lept.L_RDID |
setwidth(org.bytedeco.javacpp.IntPointer setwidth) |
int |
size()
size of count array (width of pixs)
|
lept.L_RDID |
size(int size) |
org.bytedeco.javacpp.FloatPointer |
trellisscore()
score on trellis
|
lept.L_RDID |
trellisscore(org.bytedeco.javacpp.FloatPointer trellisscore) |
org.bytedeco.javacpp.IntPointer |
trellistempl()
template on trellis (for backtrack)
|
lept.L_RDID |
trellistempl(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_RDID position(long position)
position in class org.bytedeco.javacpp.Pointerpublic lept.PIX pixs()
public lept.L_RDID pixs(lept.PIX pixs)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer counta(int i)
public lept.L_RDID counta(int i, org.bytedeco.javacpp.IntPointer counta)
@Cast(value="l_int32**") public org.bytedeco.javacpp.PointerPointer counta()
public lept.L_RDID counta(org.bytedeco.javacpp.PointerPointer counta)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer delya(int i)
public lept.L_RDID delya(int i, org.bytedeco.javacpp.IntPointer delya)
@Cast(value="l_int32**") public org.bytedeco.javacpp.PointerPointer delya()
public lept.L_RDID delya(org.bytedeco.javacpp.PointerPointer delya)
@Cast(value="l_int32") public int narray()
public lept.L_RDID narray(int narray)
@Cast(value="l_int32") public int size()
public lept.L_RDID size(int size)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer setwidth()
public lept.L_RDID setwidth(org.bytedeco.javacpp.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)
@Cast(value="l_int32") public int fullarrays()
public lept.L_RDID fullarrays(int fullarrays)
@Cast(value="l_float32*") public org.bytedeco.javacpp.FloatPointer beta()
public lept.L_RDID beta(org.bytedeco.javacpp.FloatPointer beta)
@Cast(value="l_float32*") public org.bytedeco.javacpp.FloatPointer gamma()
public lept.L_RDID gamma(org.bytedeco.javacpp.FloatPointer gamma)
@Cast(value="l_float32*") public org.bytedeco.javacpp.FloatPointer trellisscore()
public lept.L_RDID trellisscore(org.bytedeco.javacpp.FloatPointer trellisscore)
@Cast(value="l_int32*") public org.bytedeco.javacpp.IntPointer trellistempl()
public lept.L_RDID trellistempl(org.bytedeco.javacpp.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 © 2018. All rights reserved.