Drive Engine  1.0.0
Plateforme de reconstruction 3D
DriveEngine::IMatching Class Referenceabstract

The feature matching interface. It match the features from different images who represent the same feature. More...

#include <IMatching.h>

Inheritance diagram for DriveEngine::IMatching:
IModule IExportable

Public Member Functions

virtual IMatchListMatch (const IFeature2DListOfList &feature2DListOfList)=0
 Match the features from many images. More...
 
- Public Member Functions inherited from IModule
virtual const DriveEngine::IParameterListGetParameters () 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...
 

Detailed Description

The feature matching interface. It match the features from different images who represent the same feature.

Member Function Documentation

virtual IMatchList* DriveEngine::IMatching::Match ( const IFeature2DListOfList feature2DListOfList)
pure virtual

Match the features from many images.

Exception safety : Strong exception safety. This member function throws exceptions.

Parameters
feature2DListOfListThe list of features from many images. It must not be null.
Returns
The list of matchs. On error, returns an empty list.

The documentation for this class was generated from the following file: