![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
l_uint32 | w |
l_uint32 | h |
l_uint32 | d |
l_uint32 | spp |
l_uint32 | wpl |
l_uint32 | refcount |
l_int32 | xres |
l_int32 | yres |
l_int32 | informat |
l_int32 | special |
char * | text |
struct PixColormap * | colormap |
l_uint32 * | data |
struct PixColormap* Pix::colormap |
colormap (may be null)
Definition at line 153 of file pix.h.
Referenced by pixDestroyColormap(), and pixSetColormap().
l_uint32 Pix::d |
l_uint32* Pix::data |
the image data
Definition at line 154 of file pix.h.
Referenced by pixClearAll(), pixCreate(), pixCreateTemplate(), pixGetData(), and pixSetData().
l_uint32 Pix::h |
height in pixels
Definition at line 141 of file pix.h.
Referenced by pixClearAll(), pixCreate(), pixCreateTemplate(), and pixGetDimensions().
char* Pix::text |
text string associated with pix
Definition at line 152 of file pix.h.
Referenced by pixAddText(), pixGetText(), pixSetText(), pixSetTextCompNew(), and recogProcessLabeled().
l_uint32 Pix::w |
l_uint32 Pix::wpl |
32-bit words/line
Definition at line 144 of file pix.h.
Referenced by pixClearAll(), pixCreate(), and pixCreateTemplate().
l_int32 Pix::xres |
image res (ppi) in x direction (use 0 if unknown)
Definition at line 146 of file pix.h.
Referenced by pixaWriteStream(), pixGetResolution(), and pixSetResolution().
l_int32 Pix::yres |
image res (ppi) in y direction (use 0 if unknown)
Definition at line 148 of file pix.h.
Referenced by pixaWriteStream(), pixGetResolution(), and pixSetResolution().