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 SummaryNested Classes Modifier and Type Class Description static classL_Rdid.ByReferencestatic classL_Rdid.ByValue
- 
Field SummaryFields 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 SummaryModifier 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.StructureallocateMemory, 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- 
pixsclone of pix to be decoded
 C type : Pix*
- 
countapublic com.sun.jna.ptr.PointerByReference countacount array for each averaged template
 C type : l_int32**
- 
delyapublic com.sun.jna.ptr.PointerByReference delyabest y-shift array per average template
 C type : l_int32**
- 
narraypublic int narraynumber of averaged templates
 C type : l_int32
- 
sizepublic int sizesize of count array (width of pixs)
 C type : l_int32
- 
setwidthpublic com.sun.jna.ptr.IntByReference setwidthsetwidths for each template
 C type : l_int32*
- 
nasumpixel count in pixs by column
 C type : Numa*
- 
namomentfirst moment of pixels in pixs by cols
 C type : Numa*
- 
fullarrayspublic int fullarrays1 if full arrays are made; 0 otherwise
 C type : l_int32
- 
betapublic com.sun.jna.ptr.FloatByReference betachannel coeffs for template fg term
 C type : l_float32*
- 
gammapublic com.sun.jna.ptr.FloatByReference gammachannel coeffs for bit-and term
 C type : l_float32*
- 
trellisscorepublic com.sun.jna.ptr.FloatByReference trellisscorescore on trellis
 C type : l_float32*
- 
trellistemplpublic com.sun.jna.ptr.IntByReference trellistempltemplate on trellis (for backtrack)
 C type : l_int32*
- 
natemplindices of best path templates
 C type : Numa*
- 
naxlocx locations of best path templates
 C type : Numa*
- 
nadelyy locations of best path templates
 C type : Numa*
- 
nawidthwidths of best path templates
 C type : Numa*
- 
boxaViterbi result for splitting input pixs
 C type : Boxa*
- 
nascorecorrelation scores: best path templates
 C type : Numa*
- 
natempl_rindices of best rescored templates
 C type : Numa*
- 
nasample_rsamples of best scored templates
 C type : Numa*
- 
naxloc_rx locations of best rescoredtemplates
 C type : Numa*
- 
nadely_ry locations of best rescoredtemplates
 C type : Numa*
- 
nawidth_rwidths of best rescoredtemplates
 C type : Numa*
- 
nascore_rcorrelation scores: rescored templates
 C type : Numa*
 
- 
- 
Constructor Details
- 
Method Details- 
getFieldOrderprotected java.util.List<java.lang.String> getFieldOrder()Gets this Structure's field names in their proper order.- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
- Returns:
- list of ordered field names
 
 
-