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

The features detection interface. It detects the position of features on an image. More...

#include <IFeaturesDetection.h>

Inheritance diagram for DriveEngine::IFeaturesDetection:
IModule IExportable

Public Member Functions

virtual IPosition2DListDetect (const IImage &image)=0
 Detect the position of the features on an image. 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 features detection interface. It detects the position of features on an image.

Member Function Documentation

virtual IPosition2DList* DriveEngine::IFeaturesDetection::Detect ( const IImage image)
pure virtual

Detect the position of the features on an image.

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

Parameters
imageThe source image. It must not be null.
Returns
The list of the 2D position of the features. On error, it returns an empty list.

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