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/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptioncom.sun.jna.ptr.FloatByReference
channel coeffs for template fg term
C type : l_float32*Viterbi result for splitting input pixs
C type : Boxa*com.sun.jna.ptr.PointerByReference
count array for each averaged template
C type : l_int32**com.sun.jna.ptr.PointerByReference
best y-shift array per average template
C type : l_int32**int
1 if full arrays are made; 0 otherwise
C type : l_int32com.sun.jna.ptr.FloatByReference
channel coeffs for bit-and term
C type : l_float32*y locations of best path templates
C type : Numa*y locations of best rescoredtemplates
C type : Numa*first moment of pixels in pixs by cols
C type : Numa*int
number of averaged templates
C type : l_int32samples of best scored templates
C type : Numa*correlation scores: best path templates
C type : Numa*correlation scores: rescored templates
C type : Numa*pixel count in pixs by column
C type : Numa*indices of best path templates
C type : Numa*indices of best rescored templates
C type : Numa*widths of best path templates
C type : Numa*widths of best rescoredtemplates
C type : Numa*x locations of best path templates
C type : Numa*x locations of best rescoredtemplates
C type : Numa*clone of pix to be decoded
C type : Pix*com.sun.jna.ptr.IntByReference
setwidths for each template
C type : l_int32*int
size of count array (width of pixs)
C type : l_int32com.sun.jna.ptr.FloatByReference
score on trellis
C type : l_float32*com.sun.jna.ptr.IntByReference
template on trellis (for backtrack)
C type : l_int32*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
-
L_Rdid
public L_Rdid() -
L_Rdid
public L_Rdid(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
Gets this Structure's field names in their proper order.- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
- Returns:
- list of ordered field names
-