![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | w |
l_int32 | h |
l_int32 | offset |
struct Pix * | pix |
Pix accumulator container
Definition at line 313 of file pix_internal.h.
l_int32 Pixacc::h |
l_int32 Pixacc::offset |
used to allow negative
intermediate results
Definition at line 317 of file pix_internal.h.
Referenced by pixaccCreate(), and pixaccGetOffset().
struct Pix* Pixacc::pix |
the 32 bit accumulator pix
Definition at line 319 of file pix_internal.h.
Referenced by pixaccCreate(), pixaccDestroy(), and pixaccGetPix().
l_int32 Pixacc::w |