MLAlgorithmModule
|
▼CAlgorithmModule | ML-Module base class to simplify development of modules encapsulating an algorithm with dedicated input and output interface |
CError | Data structure to indicate an error within an AlgorithmModule derivative's implementation of interface methods |
CInputObjectError | Data structure indicating an error because of an invalid input object |
CInputParameterError | Data structure indicating an error because of an invalid input parameter |
CInternalError | Data structure indicating an internally caused error |
CAlgorithmModuleExample | Example to demonstrate the development of an ML module based on AlgorithmModule |
CAlgorithmModuleExampleWithOutputImage | Example to demonstrate the development of an ML module with an output image based on AlgorithmModule |
CAlgorithmModuleExampleWithOutputImageOutputImageHandler | The AlgorithmModuleExampleWithOutputImageOutputImageHandler handles the page calculation of an output image of AlgorithmModuleExampleWithOutputImage |