![]() |
Leptonica 1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
| l_int32 | x |
| l_int32 | y |
| l_int32 | w |
| l_int32 | h |
| l_uint32 | refcount |
| l_int32 Box::h |
box height
Definition at line 485 of file pix.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxIsValid(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
| l_uint32 Box::refcount |
reference count (1 if no clones)
Definition at line 486 of file pix.h.
Referenced by boxChangeRefcount(), boxCreate(), and boxGetRefcount().
| l_int32 Box::w |
box width
Definition at line 484 of file pix.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxIsValid(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
| l_int32 Box::x |
left coordinate
Definition at line 482 of file pix.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().
| l_int32 Box::y |
top coordinate
Definition at line 483 of file pix.h.
Referenced by boxaWriteStderr(), boxaWriteStream(), boxClipToRectangle(), boxCopy(), boxEqual(), boxGetGeometry(), boxPrintStreamInfo(), boxSetGeometry(), boxSetSideLocations(), boxTransform(), and getCutPathForHole().