![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <recog.h>
Data Fields | |
struct Pix * | pixs |
l_int32 ** | counta |
l_int32 ** | delya |
l_int32 | narray |
l_int32 | size |
l_int32 * | setwidth |
struct Numa * | nasum |
struct Numa * | namoment |
l_int32 | fullarrays |
l_float32 * | beta |
l_float32 * | gamma |
l_float32 * | trellisscore |
l_int32 * | trellistempl |
struct Numa * | natempl |
struct Numa * | naxloc |
struct Numa * | nadely |
struct Numa * | nawidth |
struct Boxa * | boxa |
struct Numa * | nascore |
struct Numa * | natempl_r |
struct Numa * | nasample_r |
struct Numa * | naxloc_r |
struct Numa * | nadely_r |
struct Numa * | nawidth_r |
struct Numa * | nascore_r |
l_float32* L_Rdid::beta |
channel coeffs for template fg term
Definition at line 221 of file recog.h.
Referenced by recogDestroyDid(), and recogRunViterbi().
struct Boxa* L_Rdid::boxa |
Viterbi result for splitting input pixs
Definition at line 229 of file recog.h.
Referenced by recogDestroyDid(), and recogRescoreDidResult().
l_int32** L_Rdid::counta |
count array for each averaged template
Definition at line 213 of file recog.h.
Referenced by recogDestroyDid(), recogGetDid(), recogMakeDecodingArray(), and recogRunViterbi().
l_int32** L_Rdid::delya |
best y-shift array per average template
Definition at line 214 of file recog.h.
Referenced by recogDestroyDid(), recogGetDid(), recogGetWindowedArea(), and recogMakeDecodingArray().
l_int32 L_Rdid::fullarrays |
1 if full arrays are made; 0 otherwise
Definition at line 220 of file recog.h.
Referenced by recogRescoreDidResult(), and recogRunViterbi().
l_float32* L_Rdid::gamma |
channel coeffs for bit-and term
Definition at line 222 of file recog.h.
Referenced by recogDestroyDid(), and recogRunViterbi().
struct Numa* L_Rdid::nadely |
y locations of best path templates
Definition at line 227 of file recog.h.
Referenced by recogDestroyDid(), and recogShowPath().
struct Numa* L_Rdid::nadely_r |
y locations of best rescoredtemplates
Definition at line 234 of file recog.h.
Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().
struct Numa* L_Rdid::namoment |
first moment of pixels in pixs by cols
Definition at line 219 of file recog.h.
Referenced by recogDestroyDid(), and recogMakeDecodingArray().
l_int32 L_Rdid::narray |
number of averaged templates
Definition at line 215 of file recog.h.
Referenced by recogCreateDid(), recogDestroyDid(), recogGetDid(), recogGetWindowedArea(), recogMakeDecodingArray(), and recogRunViterbi().
struct Numa* L_Rdid::nasample_r |
samples of best scored templates
Definition at line 232 of file recog.h.
Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().
struct Numa* L_Rdid::nascore |
correlation scores: best path templates
Definition at line 230 of file recog.h.
Referenced by recogDestroyDid(), and recogShowPath().
struct Numa* L_Rdid::nascore_r |
correlation scores: rescored templates
Definition at line 236 of file recog.h.
Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().
struct Numa* L_Rdid::nasum |
pixel count in pixs by column
Definition at line 218 of file recog.h.
Referenced by recogDestroyDid(), and recogMakeDecodingArray().
struct Numa* L_Rdid::natempl |
indices of best path templates
Definition at line 225 of file recog.h.
Referenced by recogDestroyDid(), and recogShowPath().
struct Numa* L_Rdid::natempl_r |
indices of best rescored templates
Definition at line 231 of file recog.h.
Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().
struct Numa* L_Rdid::nawidth |
widths of best path templates
Definition at line 228 of file recog.h.
Referenced by recogDestroyDid().
struct Numa* L_Rdid::nawidth_r |
widths of best rescoredtemplates
Definition at line 235 of file recog.h.
Referenced by recogDestroyDid(), and recogTransferRchToDid().
struct Numa* L_Rdid::naxloc |
x locations of best path templates
Definition at line 226 of file recog.h.
Referenced by recogDestroyDid(), recogRescoreDidResult(), and recogShowPath().
struct Numa* L_Rdid::naxloc_r |
x locations of best rescoredtemplates
Definition at line 233 of file recog.h.
Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().
struct Pix* L_Rdid::pixs |
clone of pix to be decoded
Definition at line 212 of file recog.h.
Referenced by recogCreateDid(), recogDestroyDid(), recogGetWindowedArea(), recogMakeDecodingArray(), recogRescoreDidResult(), and recogShowPath().
l_int32* L_Rdid::setwidth |
setwidths for each template
Definition at line 217 of file recog.h.
Referenced by recogDestroyDid(), and recogRunViterbi().
l_int32 L_Rdid::size |
size of count array (width of pixs)
Definition at line 216 of file recog.h.
Referenced by recogCreateDid(), and recogRunViterbi().
l_float32* L_Rdid::trellisscore |
score on trellis
Definition at line 223 of file recog.h.
Referenced by recogDestroyDid(), and recogRunViterbi().
l_int32* L_Rdid::trellistempl |
template on trellis (for backtrack)
Definition at line 224 of file recog.h.
Referenced by recogDestroyDid(), and recogRunViterbi().