![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <colorfill.h>
Data Fields | |
| struct Pix * | pixs |
| struct Pix * | pixst |
| l_int32 | nx |
| l_int32 | ny |
| l_int32 | tw |
| l_int32 | th |
| l_int32 | minarea |
| struct Boxa * | boxas |
| struct Pixa * | pixas |
| struct Pixa * | pixam |
| struct Numaa * | naa |
| struct L_Dnaa * | dnaa |
| struct Pixa * | pixadb |
Colorfill data
Definition at line 47 of file colorfill.h.
| struct Boxa* L_Colorfill::boxas |
tile locations
Definition at line 56 of file colorfill.h.
Referenced by l_colorfillCreate(), l_colorfillDestroy(), and pixColorContentByLocation().
| struct L_Dnaa* L_Colorfill::dnaa |
average color in each region
Definition at line 61 of file colorfill.h.
Referenced by evalColorfillData(), l_colorfillCreate(), and l_colorfillDestroy().
| l_int32 L_Colorfill::minarea |
min number of pixels in a color region
Definition at line 55 of file colorfill.h.
| struct Numaa* L_Colorfill::naa |
sizes of color regions (in pixels)
Definition at line 60 of file colorfill.h.
Referenced by evalColorfillData(), l_colorfillCreate(), and l_colorfillDestroy().
| l_int32 L_Colorfill::nx |
number of tiles in each tile row
Definition at line 51 of file colorfill.h.
Referenced by evalColorfillData(), and l_colorfillCreate().
| l_int32 L_Colorfill::ny |
number of tiles in each tile column
Definition at line 52 of file colorfill.h.
Referenced by evalColorfillData(), and l_colorfillCreate().
| struct Pixa* L_Colorfill::pixadb |
debug reconstruction from segmentation
Definition at line 62 of file colorfill.h.
Referenced by evalColorfillData(), l_colorfillCreate(), and l_colorfillDestroy().
| struct Pixa* L_Colorfill::pixam |
mask tiles with components covering
regions with similar color
Definition at line 58 of file colorfill.h.
Referenced by evalColorfillData(), l_colorfillDestroy(), and pixColorContentByLocation().
| struct Pixa* L_Colorfill::pixas |
tiles from source pix
Definition at line 57 of file colorfill.h.
Referenced by evalColorfillData(), l_colorfillDestroy(), and pixColorContentByLocation().
| struct Pix* L_Colorfill::pixs |
clone of source pix
Definition at line 49 of file colorfill.h.
Referenced by l_colorfillCreate(), l_colorfillDestroy(), and pixColorContentByLocation().
| struct Pix* L_Colorfill::pixst |
source pix, after optional transform
Definition at line 50 of file colorfill.h.
Referenced by l_colorfillDestroy(), and pixColorContentByLocation().
| l_int32 L_Colorfill::th |
| l_int32 L_Colorfill::tw |