![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | w |
l_int32 | h |
l_int32 | wpl |
l_atomic | refcount |
l_int32 | xres |
l_int32 | yres |
l_float32 * | data |
Pix with float array
Definition at line 346 of file pix_internal.h.
l_float32* FPix::data |
the float image data
Definition at line 356 of file pix_internal.h.
Referenced by fpixGetData(), fpixGetPixel(), fpixSetData(), and fpixSetPixel().
l_int32 FPix::h |
height in pixels
Definition at line 349 of file pix_internal.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
l_atomic FPix::refcount |
reference count (1 if no clones)
Definition at line 351 of file pix_internal.h.
Referenced by fpixClone(), fpixCreate(), and fpixDestroy().
l_int32 FPix::w |
width in pixels
Definition at line 348 of file pix_internal.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
l_int32 FPix::wpl |
32-bit words/line
Definition at line 350 of file pix_internal.h.
Referenced by fpixGetWpl(), and fpixSetWpl().
l_int32 FPix::xres |
image res (ppi) in x direction
(use 0 if unknown)
Definition at line 352 of file pix_internal.h.
Referenced by fpixGetResolution(), and fpixSetResolution().
l_int32 FPix::yres |
image res (ppi) in y direction
(use 0 if unknown)
Definition at line 354 of file pix_internal.h.
Referenced by fpixGetResolution(), and fpixSetResolution().