![]() |
Leptonica 1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
| l_int32 | w |
| l_int32 | h |
| l_int32 | wpl |
| l_uint32 | refcount |
| l_int32 | xres |
| l_int32 | yres |
| l_float64 * | data |
| l_float64* DPix::data |
the double image data
Definition at line 619 of file pix.h.
Referenced by dpixGetData(), dpixGetPixel(), dpixSetData(), and dpixSetPixel().
| l_int32 DPix::h |
height in pixels
Definition at line 612 of file pix.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
| l_uint32 DPix::refcount |
reference count (1 if no clones)
Definition at line 614 of file pix.h.
Referenced by dpixChangeRefcount(), dpixCreate(), and dpixGetRefcount().
| l_int32 DPix::w |
width in pixels
Definition at line 611 of file pix.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
| l_int32 DPix::wpl |
32-bit words/line
Definition at line 613 of file pix.h.
Referenced by dpixGetWpl(), and dpixSetWpl().
| l_int32 DPix::xres |
image res (ppi) in x direction
(use 0 if unknown)
Definition at line 615 of file pix.h.
Referenced by dpixGetResolution(), and dpixSetResolution().
| l_int32 DPix::yres |
image res (ppi) in y direction
(use 0 if unknown)
Definition at line 617 of file pix.h.
Referenced by dpixGetResolution(), and dpixSetResolution().