@Name(value="L_Rdid") @Properties(inherit=leptonica.class) public class L_RDID extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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
|
L_RDID |
beta(FloatPointer setter) |
BOXA |
boxa()
Viterbi result for splitting input pixs
|
L_RDID |
boxa(BOXA setter) |
PointerPointer |
counta() |
IntPointer |
counta(int i)
count array for each averaged template
|
L_RDID |
counta(int i,
IntPointer setter) |
L_RDID |
counta(PointerPointer setter) |
PointerPointer |
delya() |
IntPointer |
delya(int i)
best y-shift array per average template
|
L_RDID |
delya(int i,
IntPointer setter) |
L_RDID |
delya(PointerPointer setter) |
int |
fullarrays()
1 if full arrays are made; 0 otherwise
|
L_RDID |
fullarrays(int setter) |
FloatPointer |
gamma()
channel coeffs for bit-and term
|
L_RDID |
gamma(FloatPointer setter) |
L_RDID |
getPointer(long i) |
NUMA |
nadely_r()
y locations of best rescoredtemplates
|
L_RDID |
nadely_r(NUMA setter) |
NUMA |
nadely()
y locations of best path templates
|
L_RDID |
nadely(NUMA setter) |
NUMA |
namoment()
first moment of pixels in pixs by cols
|
L_RDID |
namoment(NUMA setter) |
int |
narray()
number of averaged templates
|
L_RDID |
narray(int setter) |
NUMA |
nasample_r()
samples of best scored templates
|
L_RDID |
nasample_r(NUMA setter) |
NUMA |
nascore_r()
correlation scores: rescored templates
|
L_RDID |
nascore_r(NUMA setter) |
NUMA |
nascore()
correlation scores: best path templates
|
L_RDID |
nascore(NUMA setter) |
NUMA |
nasum()
pixel count in pixs by column
|
L_RDID |
nasum(NUMA setter) |
NUMA |
natempl_r()
indices of best rescored templates
|
L_RDID |
natempl_r(NUMA setter) |
NUMA |
natempl()
indices of best path templates
|
L_RDID |
natempl(NUMA setter) |
NUMA |
nawidth_r()
widths of best rescoredtemplates
|
L_RDID |
nawidth_r(NUMA setter) |
NUMA |
nawidth()
widths of best path templates
|
L_RDID |
nawidth(NUMA setter) |
NUMA |
naxloc_r()
x locations of best rescoredtemplates
|
L_RDID |
naxloc_r(NUMA setter) |
NUMA |
naxloc()
x locations of best path templates
|
L_RDID |
naxloc(NUMA setter) |
PIX |
pixs()
clone of pix to be decoded
|
L_RDID |
pixs(PIX setter) |
L_RDID |
position(long position) |
IntPointer |
setwidth()
setwidths for each template
|
L_RDID |
setwidth(IntPointer setter) |
int |
size()
size of count array (width of pixs)
|
L_RDID |
size(int setter) |
FloatPointer |
trellisscore()
score on trellis
|
L_RDID |
trellisscore(FloatPointer setter) |
IntPointer |
trellistempl()
template on trellis (for backtrack)
|
L_RDID |
trellistempl(IntPointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public L_RDID()
public L_RDID(long size)
Pointer.position(long)
.public L_RDID(Pointer p)
Pointer(Pointer)
.public L_RDID getPointer(long i)
getPointer
in class Pointer
public PIX pixs()
@Cast(value="l_int32*") public IntPointer counta(int i)
public L_RDID counta(int i, IntPointer setter)
@Cast(value="l_int32**") public PointerPointer counta()
public L_RDID counta(PointerPointer setter)
@Cast(value="l_int32*") public IntPointer delya(int i)
public L_RDID delya(int i, IntPointer setter)
@Cast(value="l_int32**") public PointerPointer delya()
public L_RDID delya(PointerPointer setter)
public L_RDID narray(int setter)
public L_RDID size(int setter)
@Cast(value="l_int32*") public IntPointer setwidth()
public L_RDID setwidth(IntPointer setter)
public NUMA nasum()
public NUMA namoment()
public L_RDID fullarrays(int setter)
@Cast(value="l_float32*") public FloatPointer beta()
public L_RDID beta(FloatPointer setter)
@Cast(value="l_float32*") public FloatPointer gamma()
public L_RDID gamma(FloatPointer setter)
@Cast(value="l_float32*") public FloatPointer trellisscore()
public L_RDID trellisscore(FloatPointer setter)
@Cast(value="l_int32*") public IntPointer trellistempl()
public L_RDID trellistempl(IntPointer setter)
public NUMA natempl()
public NUMA naxloc()
public NUMA nadely()
public NUMA nawidth()
public BOXA boxa()
public NUMA nascore()
public NUMA natempl_r()
public NUMA nasample_r()
public NUMA naxloc_r()
public NUMA nadely_r()
public NUMA nawidth_r()
public NUMA nascore_r()
Copyright © 2024. All rights reserved.