![]() |
Drive Engine
1.0.0
Plateforme de reconstruction 3D
|
| CDriveEngine::DynamicLibraryManager | Manager to load dynamically functions from external dynamic libraries |
| CDriveEngine::DynamicLibraryRecord | (Internal class) Dynamic library record |
| CDriveEngine::ExceptionManager | (Internal class) Manager for framework exceptions |
| CDriveEngine::ExportableFactory | The exportable object factory |
| CDriveEngine::GarbageCollector | |
| ▼CDriveEngine::IException | Interface for every exception related to the framework |
| ▼CDriveEngine::IFrameworkException | Interface for every exception signalling framework errors |
| CDriveEngine::DynamicLibraryManagerException | Exception for signalling dynamic library manager errors. |
| ▼CDriveEngine::IPreconditionException | Interface for every exception signalling precondition errors. |
| CDriveEngine::PreconditionException | Internal exception for signalling precondition errors. |
| ▼CIExportable | The main interface |
| ▼CDriveEngine::ICalibrationInfoListPair | The camera matrix pair interface. |
| CDriveEngine::DefaultCalibrationInfoListPair | |
| ▼CDriveEngine::ICollection | The collection interface |
| ▼CDriveEngine::IDictionnary | The dictionnary interface |
| ▼CDriveEngine::ICalibrationInfoList | The calibration info list interface. |
| CDriveEngine::DefaultCalibrationInfoList | Default implementation of a CalibrationInfoList. |
| ▼CDriveEngine::IFeature3DCloud | A Cloud of 3D features |
| CDriveEngine::DefaultFeature3DCloud | Default implementation of a Feature3DCloud. |
| ▼CDriveEngine::IMatch | The match interface |
| CDriveEngine::DefaultMatch | Default implementation of a match. |
| ▼CDriveEngine::IList | The list interface |
| ▼CDriveEngine::IFeature2DList | Interface of list of 2D feature for a specific image |
| CDriveEngine::DefaultFeature2DList | Default implementation of the feature 2D list. |
| ▼CDriveEngine::IFeature2DListOfList | Interface of list of list of 2D features for a specific image |
| CDriveEngine::DefaultFeature2DListOfList | Default implementation of the feature 2D list of list. |
| ▼CDriveEngine::IImageList | Interface of list of images. |
| CDriveEngine::DefaultImageList | Default implementation of the images list. |
| ▼CDriveEngine::IMatchList | The match list interface. |
| CDriveEngine::DefaultMatchList | Default implementation of the list of matches. |
| ▼CDriveEngine::IParameterList | List of parameters. Used to configure module implementations. |
| CDriveEngine::DefaultParameterList | Default implementation of the parameters list. |
| ▼CDriveEngine::IPosition2DList | Interface of list of 2D position for a specific image |
| CDriveEngine::DefaultPosition2DList | Default implementation of the feature 2D list. |
| CDriveEngine::IConstEnumerator | The constant enumerator interface |
| ▼CDriveEngine::IDatatype | The datatype interface |
| ▼CDriveEngine::ICalibrationInfo | The camera matrix datatype interface. |
| CDriveEngine::DefaultCalibrationInfo | |
| ▼CDriveEngine::IColor | The color datatype interface. |
| CDriveEngine::DefaultColor | |
| CDriveEngine::IDescriptor | The feature descriptor datatype interface. |
| ▼CDriveEngine::IFeature2D | The 2D feature datatype interface |
| CDriveEngine::DefaultFeature2D | |
| ▼CDriveEngine::IFeature3D | The 3D feature datatype interface |
| CDriveEngine::DefaultFeature3D | |
| CDriveEngine::IImage | The image datatype interface |
| CDriveEngine::IObject3D | The 3D object datatype interface. |
| ▼CDriveEngine::IParameter | The parameter datatype interface |
| ▼CDriveEngine::IIntegerNumberParameter | The integer number parameter datatype interface |
| CDriveEngine::DefaultIntegerNumberParameter | |
| ▼CDriveEngine::ILogicalParameter | The logical parameter datatype interface |
| CDriveEngine::DefaultLogicalParameter | |
| ▼CDriveEngine::IRealNumberParameter | The real number parameter datatype interface |
| CDriveEngine::DefaultRealNumberParameter | |
| ▼CDriveEngine::ITextParameter | The text parameter datatype interface |
| CDriveEngine::DefaultTextParameter | |
| ▼CDriveEngine::IPosition2D | The 2D position datatype interface |
| CDriveEngine::DefaultPosition2D | |
| ▼CDriveEngine::IPosition3D | The 3D position datatype interface |
| CDriveEngine::DefaultPosition3D | |
| CDriveEngine::IEnumerator | The enumerator interface |
| ▼CDriveEngine::IFeature3DCloudPair | The pair interface for feature 3D cloud. |
| CDriveEngine::DefaultFeature3DCloudPair | |
| ▼CDriveEngine::IMatchPair | The match list interface. |
| CDriveEngine::DefaultMatchPair | |
| ▼CIModule | The module interface. Every kind of algorithm (and algorithm) used in the reconstruction pipeline must inherit this interface. |
| CDriveEngine::ICalibration | The camera calibration interface. It computes camera matrix. |
| CDriveEngine::IFeaturesDetection | The features detection interface. It detects the position of features on an image. |
| CDriveEngine::IFeaturesExtraction | The feature extraction interface. It extracts the features from their positions on an image. |
| CDriveEngine::IMatching | The feature matching interface. It match the features from different images who represent the same feature. |
| CDriveEngine::IMeshing | The meshing interface. It creates the mesh from a 3D cloud, that is a 3D object. |
| CDriveEngine::ITriangulation | The triangulation interface. It triangulate matched features to estimate theirs positions in 3D space. |
| CITexturing | The texturing interface. It apply a material to a 3D object. |
| CDriveEngine::Precondition | The precondition utilities |
| CDriveEngine::StringUtilities | String utilities. |