Leptonica  1.82.0
Image processing and image analysis suite
L_Rdid Struct Reference

#include <recog.h>

Data Fields

struct Pixpixs
 
l_int32 ** counta
 
l_int32 ** delya
 
l_int32 narray
 
l_int32 size
 
l_int32 * setwidth
 
struct Numanasum
 
struct Numanamoment
 
l_int32 fullarrays
 
l_float32 * beta
 
l_float32 * gamma
 
l_float32 * trellisscore
 
l_int32 * trellistempl
 
struct Numanatempl
 
struct Numanaxloc
 
struct Numanadely
 
struct Numanawidth
 
struct Boxaboxa
 
struct Numanascore
 
struct Numanatempl_r
 
struct Numanasample_r
 
struct Numanaxloc_r
 
struct Numanadely_r
 
struct Numanawidth_r
 
struct Numanascore_r
 

Detailed Description

Data used for decoding a line of characters.

Definition at line 211 of file recog.h.

Field Documentation

◆ beta

l_float32* L_Rdid::beta

channel coeffs for template fg term

Definition at line 221 of file recog.h.

Referenced by recogDestroyDid(), and recogRunViterbi().

◆ boxa

struct Boxa* L_Rdid::boxa

Viterbi result for splitting input pixs

Definition at line 229 of file recog.h.

Referenced by recogCorrelationBestChar(), recogDestroyDid(), recogIdentifyMultiple(), and recogRescoreDidResult().

◆ counta

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().

◆ delya

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().

◆ fullarrays

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().

◆ gamma

l_float32* L_Rdid::gamma

channel coeffs for bit-and term

Definition at line 222 of file recog.h.

Referenced by recogDestroyDid(), and recogRunViterbi().

◆ nadely

struct Numa* L_Rdid::nadely

y locations of best path templates

Definition at line 227 of file recog.h.

Referenced by recogDestroyDid(), and recogShowPath().

◆ nadely_r

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().

◆ namoment

struct Numa* L_Rdid::namoment

first moment of pixels in pixs by cols

Definition at line 219 of file recog.h.

Referenced by recogCorrelationBestChar(), recogDestroyDid(), and recogMakeDecodingArray().

◆ narray

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().

◆ nasample_r

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().

◆ nascore

struct Numa* L_Rdid::nascore

correlation scores: best path templates

Definition at line 230 of file recog.h.

Referenced by pixaRemoveOutliers1(), pixaRemoveOutliers2(), recogDestroyDid(), recogExtractNumbers(), recogShowMatchesInRange(), and recogShowPath().

◆ nascore_r

struct Numa* L_Rdid::nascore_r

correlation scores: rescored templates

Definition at line 236 of file recog.h.

Referenced by recogDestroyDid(), recogShowPath(), and recogTransferRchToDid().

◆ nasum

struct Numa* L_Rdid::nasum

pixel count in pixs by column

Definition at line 218 of file recog.h.

Referenced by pixaRemoveOutliers1(), recogCorrelationBestChar(), recogDestroyDid(), and recogMakeDecodingArray().

◆ natempl

struct Numa* L_Rdid::natempl

indices of best path templates

Definition at line 225 of file recog.h.

Referenced by recogDestroyDid(), and recogShowPath().

◆ natempl_r

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().

◆ nawidth

struct Numa* L_Rdid::nawidth

widths of best path templates

Definition at line 228 of file recog.h.

Referenced by recogDestroyDid().

◆ nawidth_r

struct Numa* L_Rdid::nawidth_r

widths of best rescoredtemplates

Definition at line 235 of file recog.h.

Referenced by recogDestroyDid(), and recogTransferRchToDid().

◆ naxloc

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().

◆ naxloc_r

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().

◆ pixs

◆ setwidth

l_int32* L_Rdid::setwidth

setwidths for each template

Definition at line 217 of file recog.h.

Referenced by recogDestroyDid(), and recogRunViterbi().

◆ size

l_int32 L_Rdid::size

◆ trellisscore

l_float32* L_Rdid::trellisscore

score on trellis

Definition at line 223 of file recog.h.

Referenced by recogDestroyDid(), and recogRunViterbi().

◆ trellistempl

l_int32* L_Rdid::trellistempl

template on trellis (for backtrack)

Definition at line 224 of file recog.h.

Referenced by recogDestroyDid(), and recogRunViterbi().


The documentation for this struct was generated from the following file: