![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
The feature matching interface. It match the features from different images who represent the same feature. More...
#include <IMatching.h>
Public Member Functions | |
| virtual IMatchList * | Match (const IFeature2DListOfList &feature2DListOfList)=0 |
| Match the features from many images. 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 matching interface. It match the features from different images who represent the same feature.
|
pure virtual |
Match the features from many images.
Exception safety : Strong exception safety. This member function throws exceptions.
| feature2DListOfList | The list of features from many images. It must not be null. |