Gan_EdgeFeature Struct Reference (original) (raw)
Gan_EdgeFeature Struct Reference
2D edge feature structure More...
#include <[gandalf/vision/edge_feature.h](edge%5F%5Ffeature%5F8h-source.html)>
| Public Attributes | |
|---|---|
| unsigned short | r |
| row/column coordinates in coordinate frame of 2D feature array | |
| unsigned short | c |
| row/column coordinates in coordinate frame of 2D feature array | |
| Gan_Vector2_f | p |
| Gan_Vector2_f | pu |
| coordinates of feature with any non-linear image distortion removed | |
| float | strength |
| edge feature strength/contrast value | |
| float | angle |
| orientation of edge in radians, where applicable. | |
| float | cov |
| int | status |
| status field for user program to define | |
| int | index |
| index field for user program to define | |
| Gan_EdgeFeature * | next |
| next feature in list for when edges are stored in a list | |
| Gan_EdgeFeature * | prev |
| previous feature in list for when edges are stored in a list |
Detailed Description
2D edge feature structure
Member Data Documentation
| | orientation of edge in radians, where applicable. The angle is measured from the positive x axis (zero) towards the positive y axis (pi/2), and should be in the range [-pi,pi]. The angle should point in the direction of higher image intensity, or a suitably analagous direction. | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | covariance of feature edge in direction given by the orientation field (angle) | | --------------------------------------------------------------------------------- |
| | potentially sub-pixel coordinates of edge feature in coordinate frame defined by edge map | | -------------------------------------------------------------------------------------------- |
The documentation for this struct was generated from the following file:
