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_float64 * | data |
Definition at line 511 of file pix.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
Definition at line 512 of file pix.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
Definition at line 513 of file pix.h.
Referenced by dpixGetWpl(), and dpixSetWpl().
Definition at line 514 of file pix.h.
Referenced by dpixChangeRefcount(), dpixCreate(), and dpixGetRefcount().
Definition at line 515 of file pix.h.
Referenced by dpixGetResolution(), and dpixSetResolution().
Definition at line 517 of file pix.h.
Referenced by dpixGetResolution(), and dpixSetResolution().
Definition at line 519 of file pix.h.
Referenced by dpixGetData(), dpixGetPixel(), dpixSetData(), and dpixSetPixel().