#include <ldvFeature.h>
Public Member Functions | |
| double | getCoord (unsigned int i) const |
| Returns the coordinate of a FeatureGlobal. | |
| void | setCoord (double x, double y) |
| Sets the coordinate of a FeatureGlobal. | |
| void | computeCoordFromvfeature2 (const vector< ImgInfo > &vImgInfo) |
| Compute the coord from the features. | |
Public Attributes | |
| unsigned int | ind |
| index | |
| vector< feature2 * > | vfeature2 |
| vector of corresponding image features | |
| bool | isSBAGood |
| true if it belongs to at least two done images | |
Friends | |
| class | AllFeatureGlobal |
| double FeatureGlobal::getCoord | ( | unsigned int | i | ) | const |
Returns the coordinate of a FeatureGlobal.
| i | index of the coordinate to get (0 or 1) |
| void FeatureGlobal::setCoord | ( | double | x, | |
| double | y | |||
| ) |
Sets the coordinate of a FeatureGlobal.
| x | x coordinate to set | |
| y | y coordinate to set |
Referenced by computeCoordFromvfeature2().

| void FeatureGlobal::computeCoordFromvfeature2 | ( | const vector< ImgInfo > & | vImgInfo | ) |
Compute the coord from the features.
| vImgInfo | vector of all the info concerning all the images |
References setCoord(), and vfeature2.

1.5.6