![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <recog.h>
Data Fields | |
l_int32 | index |
l_float32 | score |
char * | text |
l_int32 | sample |
l_int32 | xloc |
l_int32 | yloc |
l_int32 | width |
Data returned from correlation matching on a single character
l_int32 L_Rch::index |
index of best template
Definition at line 183 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().
l_int32 L_Rch::sample |
index of best sample (within the best template class, if all samples are used)
Definition at line 186 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().
l_float32 L_Rch::score |
correlation score of best template
Definition at line 184 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().
char* L_Rch::text |
character string of best template
Definition at line 185 of file recog.h.
Referenced by rchCreate(), rchDestroy(), rchExtract(), and transferRchToRcha().
l_int32 L_Rch::width |
width of best template
Definition at line 190 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().
l_int32 L_Rch::xloc |
x-location of template (delx + shiftx)
Definition at line 188 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().
l_int32 L_Rch::yloc |
y-location of template (dely + shifty)
Definition at line 189 of file recog.h.
Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().