![]() |
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_float32 * | data |
l_float32* FPix::data |
the float image data
Definition at line 588 of file pix.h.
Referenced by fpixGetData(), fpixGetPixel(), fpixSetData(), and fpixSetPixel().
l_int32 FPix::h |
height in pixels
Definition at line 581 of file pix.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
l_uint32 FPix::refcount |
reference count (1 if no clones)
Definition at line 583 of file pix.h.
Referenced by fpixChangeRefcount(), fpixCreate(), and fpixGetRefcount().
l_int32 FPix::w |
width in pixels
Definition at line 580 of file pix.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
l_int32 FPix::wpl |
32-bit words/line
Definition at line 582 of file pix.h.
Referenced by fpixGetWpl(), and fpixSetWpl().
l_int32 FPix::xres |
image res (ppi) in x direction
(use 0 if unknown)
Definition at line 584 of file pix.h.
Referenced by fpixGetResolution(), and fpixSetResolution().
l_int32 FPix::yres |
image res (ppi) in y direction
(use 0 if unknown)
Definition at line 586 of file pix.h.
Referenced by fpixGetResolution(), and fpixSetResolution().