Leptonica  1.82.0
Image processing and image analysis suite
L_Rch Struct Reference

#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
 

Detailed Description

Data returned from correlation matching on a single character

Definition at line 182 of file recog.h.

Field Documentation

◆ index

l_int32 L_Rch::index

index of best template

Definition at line 183 of file recog.h.

Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().

◆ sample

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

◆ score

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

◆ text

char* L_Rch::text

character string of best template

Definition at line 185 of file recog.h.

Referenced by rchCreate(), rchDestroy(), rchExtract(), and transferRchToRcha().

◆ width

l_int32 L_Rch::width

width of best template

Definition at line 190 of file recog.h.

Referenced by rchCreate(), rchExtract(), recogTransferRchToDid(), and transferRchToRcha().

◆ xloc

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

◆ yloc

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


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