Main Page | Modules | Class List | File List | Class Members | File Members

Gan_EdgeFeature Struct Reference
[Feature Detection]

2D edge feature structure More...

#include <gandalf/vision/edge_feature.h>

List of all members.

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_EdgeFeaturenext
 next feature in list for when edges are stored in a list
Gan_EdgeFeatureprev
 previous feature in list for when edges are stored in a list


Detailed Description

2D edge feature structure


Member Data Documentation

float Gan_EdgeFeature::angle
 

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.

float Gan_EdgeFeature::cov
 

covariance of feature edge in direction given by the orientation field (angle)

Gan_Vector2_f Gan_EdgeFeature::p
 

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:
Generated on Fri Mar 17 12:44:53 2006 by  doxygen 1.3.9.1