Leptonica  1.82.0
Image processing and image analysis suite
Sel Struct Reference

#include <morph.h>

Data Fields

l_int32 sy
 
l_int32 sx
 
l_int32 cy
 
l_int32 cx
 
l_int32 ** data
 
char * name
 

Detailed Description

Selection

Definition at line 61 of file morph.h.

Field Documentation

◆ cx

l_int32 Sel::cx

x location of sel origin

Definition at line 66 of file morph.h.

Referenced by selCopy(), selGetParameters(), and selSetOrigin().

◆ cy

l_int32 Sel::cy

y location of sel origin

Definition at line 65 of file morph.h.

Referenced by sarrayMakeWplsCode(), selCopy(), selGetParameters(), and selSetOrigin().

◆ data

l_int32** Sel::data

{0,1,2}; data[i][j] in [row][col] order

Definition at line 67 of file morph.h.

Referenced by pixDilate(), pixErode(), pixHMT(), sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), selDestroy(), and selFindMaxTranslations().

◆ name

char* Sel::name

used to find sel by name

Definition at line 68 of file morph.h.

Referenced by selaAddSel(), selCopy(), selCreate(), selDestroy(), selGetName(), and selSetName().

◆ sx

l_int32 Sel::sx

sel width

Definition at line 64 of file morph.h.

Referenced by sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), and selGetParameters().

◆ sy

l_int32 Sel::sy

sel height

Definition at line 63 of file morph.h.

Referenced by sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), selDestroy(), and selGetParameters().


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