![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
The feature extraction interface. It extracts the features from their positions on an image. More...
#include <IFeaturesExtraction.h>
Public Member Functions | |
| virtual IFeature2DList * | Extract (const IPosition2DList &position2DList)=0 |
| Extract the features from their positions on an image. More... | |
Public Member Functions inherited from IModule | |
| virtual const DriveEngine::IParameterList * | GetParameters () const =0 |
| Get the list of parameters of the algorithm. More... | |
Public Member Functions inherited from IExportable | |
| virtual void | Delete () const =0 |
| Deletes the current object. Needed for memory management. More... | |
The feature extraction interface. It extracts the features from their positions on an image.
|
pure virtual |
Extract the features from their positions on an image.
Exception safety : Strong exception safety. This member function throws exceptions.
| position2DList | The 2D positions of the features on an image. It must not be null. |