![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <recog.h>
Data Fields | |
struct Numa * | naindex |
struct Numa * | nascore |
struct Sarray * | satext |
struct Numa * | nasample |
struct Numa * | naxloc |
struct Numa * | nayloc |
struct Numa * | nawidth |
Data returned from correlation matching on an array of characters
struct Numa* L_Rcha::naindex |
indices of best templates
Definition at line 198 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Numa* L_Rcha::nasample |
indices of best samples
Definition at line 201 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Numa* L_Rcha::nascore |
correlation scores of best templates
Definition at line 199 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Numa* L_Rcha::nawidth |
widths of best templates
Definition at line 204 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Numa* L_Rcha::naxloc |
x-locations of templates (delx + shiftx)
Definition at line 202 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Numa* L_Rcha::nayloc |
y-locations of templates (dely + shifty)
Definition at line 203 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().
struct Sarray* L_Rcha::satext |
character strings of best templates
Definition at line 200 of file recog.h.
Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().