#include <string>
#include <vector>
#include "imgfeatures.h"


Classes | |
| struct | ExtraFeatInfo |
| Defines extra information related to a SIFT feature. More... | |
| struct | feature2 |
| Like the C-struct feature, but with some nice member functions. More... | |
| struct | FeatureGlobal |
| Defines a feature by its position in the real world, and the SIFT features matching in images. More... | |
| struct | AllFeatureGlobal |
| Contains all the FeatureGlobal. More... | |
Functions | |
| unsigned int | getImgInd (const feature *const feat) |
| Extracts the id of 2D feature corresponding to a feature. | |
| unsigned int | getFeatInd (const feature *const feat) |
| Extracts the id of the feature. | |
| unsigned int getImgInd | ( | const feature *const | feat | ) | [inline] |
Extracts the id of 2D feature corresponding to a feature.
| feat | Pointer to a feature. |
Referenced by AllFeatureGlobal::add(), computeGlobalHomography(), computePairwiseHomography(), and ImgInfo::release().

| unsigned int getFeatInd | ( | const feature *const | feat | ) | [inline] |
Extracts the id of the feature.
| feat | Pointer to a feature. |
Referenced by compareAllSIFT(), and computePairwiseHomography().

1.5.6