Package net.sourceforge.lept4j
Class L_Rdid
java.lang.Object
com.sun.jna.Structure
net.sourceforge.lept4j.L_Rdid
- Direct Known Subclasses:
L_Rdid.ByReference,L_Rdid.ByValue
public class L_Rdid
extends com.sun.jna.Structure
Data used for decoding a line of characters.
native declaration : recog.h:166
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
native declaration : recog.h:166
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classL_Rdid.ByReferencestatic classL_Rdid.ByValue -
Field Summary
Fields Modifier and Type Field Description com.sun.jna.ptr.FloatByReferencebetachannel coeffs for template fg term
C type : l_float32*Boxa.ByReferenceboxaViterbi result for splitting input pixs
C type : Boxa*com.sun.jna.ptr.PointerByReferencecountacount array for each averaged template
C type : l_int32**com.sun.jna.ptr.PointerByReferencedelyabest y-shift array per average template
C type : l_int32**intfullarrays1 if full arrays are made; 0 otherwise
C type : l_int32com.sun.jna.ptr.FloatByReferencegammachannel coeffs for bit-and term
C type : l_float32*Numa.ByReferencenadelyy locations of best path templates
C type : Numa*Numa.ByReferencenadely_ry locations of best rescoredtemplates
C type : Numa*Numa.ByReferencenamomentfirst moment of pixels in pixs by cols
C type : Numa*intnarraynumber of averaged templates
C type : l_int32Numa.ByReferencenasample_rsamples of best scored templates
C type : Numa*Numa.ByReferencenascorecorrelation scores: best path templates
C type : Numa*Numa.ByReferencenascore_rcorrelation scores: rescored templates
C type : Numa*Numa.ByReferencenasumpixel count in pixs by column
C type : Numa*Numa.ByReferencenatemplindices of best path templates
C type : Numa*Numa.ByReferencenatempl_rindices of best rescored templates
C type : Numa*Numa.ByReferencenawidthwidths of best path templates
C type : Numa*Numa.ByReferencenawidth_rwidths of best rescoredtemplates
C type : Numa*Numa.ByReferencenaxlocx locations of best path templates
C type : Numa*Numa.ByReferencenaxloc_rx locations of best rescoredtemplates
C type : Numa*Pix.ByReferencepixsclone of pix to be decoded
C type : Pix*com.sun.jna.ptr.IntByReferencesetwidthsetwidths for each template
C type : l_int32*intsizesize of count array (width of pixs)
C type : l_int32com.sun.jna.ptr.FloatByReferencetrellisscorescore on trellis
C type : l_float32*com.sun.jna.ptr.IntByReferencetrellistempltemplate on trellis (for backtrack)
C type : l_int32* -
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected java.util.List<java.lang.String>getFieldOrder()Gets this Structure's field names in their proper order.Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
pixs
clone of pix to be decoded
C type : Pix* -
counta
public com.sun.jna.ptr.PointerByReference countacount array for each averaged template
C type : l_int32** -
delya
public com.sun.jna.ptr.PointerByReference delyabest y-shift array per average template
C type : l_int32** -
narray
public int narraynumber of averaged templates
C type : l_int32 -
size
public int sizesize of count array (width of pixs)
C type : l_int32 -
setwidth
public com.sun.jna.ptr.IntByReference setwidthsetwidths for each template
C type : l_int32* -
nasum
pixel count in pixs by column
C type : Numa* -
namoment
first moment of pixels in pixs by cols
C type : Numa* -
fullarrays
public int fullarrays1 if full arrays are made; 0 otherwise
C type : l_int32 -
beta
public com.sun.jna.ptr.FloatByReference betachannel coeffs for template fg term
C type : l_float32* -
gamma
public com.sun.jna.ptr.FloatByReference gammachannel coeffs for bit-and term
C type : l_float32* -
trellisscore
public com.sun.jna.ptr.FloatByReference trellisscorescore on trellis
C type : l_float32* -
trellistempl
public com.sun.jna.ptr.IntByReference trellistempltemplate on trellis (for backtrack)
C type : l_int32* -
natempl
indices of best path templates
C type : Numa* -
naxloc
x locations of best path templates
C type : Numa* -
nadely
y locations of best path templates
C type : Numa* -
nawidth
widths of best path templates
C type : Numa* -
boxa
Viterbi result for splitting input pixs
C type : Boxa* -
nascore
correlation scores: best path templates
C type : Numa* -
natempl_r
indices of best rescored templates
C type : Numa* -
nasample_r
samples of best scored templates
C type : Numa* -
naxloc_r
x locations of best rescoredtemplates
C type : Numa* -
nadely_r
y locations of best rescoredtemplates
C type : Numa* -
nawidth_r
widths of best rescoredtemplates
C type : Numa* -
nascore_r
correlation scores: rescored templates
C type : Numa*
-
-
Constructor Details
-
Method Details
-
getFieldOrder
protected java.util.List<java.lang.String> getFieldOrder()Gets this Structure's field names in their proper order.- Overrides:
getFieldOrderin classcom.sun.jna.Structure- Returns:
- list of ordered field names
-