![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
The camera calibration interface. It computes camera matrix. More...
#include <ICalibration.h>
Public Member Functions | |
| virtual ICalibrationInfoList * | Calibrate (const IImageList &imageLists)=0 |
| Calibrates the camera. 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 camera calibration interface. It computes camera matrix.
|
pure virtual |
Calibrates the camera.
Exception safety : Strong exception safety. This member function throws exceptions.
| imageLists | The list of images. It must not be null. |