#include <qgarlib/image.H>
They include:
Enums defining various image features: Coordinate axis, binary pixel values, directions, orientations, and relative positions,
Functions to convert a binary pixel into an integer number, and conversely,
Functions dealing with directions, to get the direction of a (X,Y) translation, and to get the opposite of a given direction.
Types related to image processing | |
| enum | qgar::QGEaxis { qgar::QGE_AXIS_X, qgar::QGE_AXIS_Y } |
| Coordinate axes. More... | |
| enum | qgar::QGEbw { qgar::QGE_BW_WHITE, qgar::QGE_BW_BLACK } |
| Binary pixel type (black & white). More... | |
| enum | qgar::QGEdirection { qgar::QGE_DIRECTION_N, qgar::QGE_DIRECTION_NE, qgar::QGE_DIRECTION_E, qgar::QGE_DIRECTION_SE, qgar::QGE_DIRECTION_S, qgar::QGE_DIRECTION_SW, qgar::QGE_DIRECTION_W, qgar::QGE_DIRECTION_NW } |
| The 8 cardinal directions. More... | |
| enum | qgar::QGEorientation { qgar::QGE_ORIENTATION_HOR, qgar::QGE_ORIENTATION_DIAG_POS, qgar::QGE_ORIENTATION_VER, qgar::QGE_ORIENTATION_DIAG_NEG, qgar::QGE_ORIENTATION_ALL } |
| Orientations (of a line/segment). More... | |
| enum | qgar::QGEposition { qgar::QGE_POSITION_TOP, qgar::QGE_POSITION_RIGHT, qgar::QGE_POSITION_BOTTOM, qgar::QGE_POSITION_LEFT } |
| Relative positions. More... | |
|
|
Coordinate axes.
|
|
|
Binary pixel type (black & white).
|
|
|
The 8 cardinal directions.
|
|
|
Orientations (of a line/segment).
QGE_ORIENTATION_VER
|
\ | QGE_ORIENTATION_DIAG_POS
\ | /
\|/
------+------ QGE_ORIENTATION_HOR
/|\
/ | \
/ | QGE_ORIENTATION_DIAG_NEG
|
|
|
Relative positions.
|