![]() |
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_float64 * | data |
Pix with double array
Definition at line 375 of file pix_internal.h.
l_float64* DPix::data |
the double image data
Definition at line 385 of file pix_internal.h.
Referenced by dpixGetData(), dpixGetPixel(), dpixSetData(), and dpixSetPixel().
l_int32 DPix::h |
height in pixels
Definition at line 378 of file pix_internal.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
l_atomic DPix::refcount |
reference count (1 if no clones)
Definition at line 380 of file pix_internal.h.
Referenced by dpixClone(), dpixCreate(), and dpixDestroy().
l_int32 DPix::w |
width in pixels
Definition at line 377 of file pix_internal.h.
Referenced by dpixGetDimensions(), and dpixSetDimensions().
l_int32 DPix::wpl |
32-bit words/line
Definition at line 379 of file pix_internal.h.
Referenced by dpixGetWpl(), and dpixSetWpl().
l_int32 DPix::xres |
image res (ppi) in x direction
(use 0 if unknown)
Definition at line 381 of file pix_internal.h.
Referenced by dpixGetResolution(), and dpixSetResolution().
l_int32 DPix::yres |
image res (ppi) in y direction
(use 0 if unknown)
Definition at line 383 of file pix_internal.h.
Referenced by dpixGetResolution(), and dpixSetResolution().