Leptonica  1.82.0
Image processing and image analysis suite
L_Rcha Struct Reference

#include <recog.h>

Data Fields

struct Numanaindex
 
struct Numanascore
 
struct Sarraysatext
 
struct Numanasample
 
struct Numanaxloc
 
struct Numanayloc
 
struct Numanawidth
 

Detailed Description

Data returned from correlation matching on an array of characters

Definition at line 197 of file recog.h.

Field Documentation

◆ naindex

struct Numa* L_Rcha::naindex

indices of best templates

Definition at line 198 of file recog.h.

Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().

◆ nasample

struct Numa* L_Rcha::nasample

indices of best samples

Definition at line 201 of file recog.h.

Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().

◆ nascore

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

◆ nawidth

struct Numa* L_Rcha::nawidth

widths of best templates

Definition at line 204 of file recog.h.

Referenced by rchaCreate(), rchaDestroy(), rchaExtract(), and transferRchToRcha().

◆ naxloc

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

◆ nayloc

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

◆ satext

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


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