[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
Edgel Class Reference | ![]() |
---|
#include "vigra/edgedetection.hxx"
Public Attributes | |
float | x |
float | y |
float | strength |
float | orientation |
Detailed Description |
|
The edgel's orientation. This is the angle between the x-axis and the edge, so that the bright side of the edge is on the right. The angle is measured counter-clockwise in radians like this:
edgel axis \ (bright side) (dark \ side) \ /__ \\ \ orientation angle \ | +------------> x-axis | | | | y-axis V So, for example a vertical edge with its dark side on the left has orientation PI/2, and a horizontal edge with dark side on top has orientation 0. Obviously, the edge's orientation changes by PI if the contrast is reversed. |
|
The edgel's strength (magnitude of the gradient vector). |
|
The edgel's sub-pixel x coordinate. |
|
The edgel's sub-pixel y coordinate. |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|