Leptonica 1.68
C Image Processing Library
|
#include <pix.h>
Data Fields | |
l_int32 | w |
l_int32 | h |
l_int32 | wpl |
l_int32 | refcount |
l_int32 | xres |
l_int32 | yres |
l_float32 * | data |
Definition at line 481 of file pix.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
Definition at line 482 of file pix.h.
Referenced by fpixGetDimensions(), and fpixSetDimensions().
Definition at line 483 of file pix.h.
Referenced by fpixGetWpl(), and fpixSetWpl().
Definition at line 484 of file pix.h.
Referenced by fpixChangeRefcount(), fpixCreate(), and fpixGetRefcount().
Definition at line 485 of file pix.h.
Referenced by fpixGetResolution(), and fpixSetResolution().
Definition at line 487 of file pix.h.
Referenced by fpixGetResolution(), and fpixSetResolution().
Definition at line 489 of file pix.h.
Referenced by fpixGetData(), fpixGetPixel(), fpixSetData(), and fpixSetPixel().