![]() |
ImFusion SDK 4.3
|
This is the complete list of members for MachineLearningModel, including all inherited members.
| applyPreProcessing(const DataItem &input) const (defined in MachineLearningModel) | MachineLearningModel | protected |
| config() const | MachineLearningModel | |
| config() | MachineLearningModel | |
| create(std::string configPath, PredictionOutput defaultPredictionOutput=PredictionOutput::Unknown) noexcept | MachineLearningModel | static |
| createEngine() | MachineLearningModel | protected |
| createWithStatus(std::string configPath, PredictionOutput defaultPredictionOutput=PredictionOutput::Unknown) noexcept | MachineLearningModel | static |
| engine() const | MachineLearningModel | |
| engine() | MachineLearningModel | |
| executeBatch(const DataItem &preprocessedInput, DataItem &outputItem, Progress::Task &task) (defined in MachineLearningModel) | MachineLearningModel | protected |
| executeBatchV2(const DataItem &input, DataItem &outputItem, Progress::Task &task) (defined in MachineLearningModel) | MachineLearningModel | protected |
| executeFrameByFrame(const DataItem &preprocessedInput, DataItem &outputItem, Progress::Task &task) (defined in MachineLearningModel) | MachineLearningModel | protected |
| executeFrameByFrameV2(const DataItem &input, DataItem &outputItem, Progress::Task &task) (defined in MachineLearningModel) | MachineLearningModel | protected |
| init(std::string configPath, PredictionOutput defaultPredictionOutput=PredictionOutput::Unknown, bool delayEngineLoading=false) | MachineLearningModel | protected |
| m_config | MachineLearningModel | protected |
| m_context | MachineLearningModel | protected |
| m_engine | MachineLearningModel | protected |
| m_postprocessingBeforeRecombine | MachineLearningModel | protected |
| m_postprocessingOp | MachineLearningModel | protected |
| m_preprocessingAfterSplitting | MachineLearningModel | protected |
| m_preprocessingOp | MachineLearningModel | protected |
| m_progress | MachineLearningModel | protected |
| m_recombineOp | MachineLearningModel | protected |
| m_splitOp | MachineLearningModel | protected |
| m_splitter | MachineLearningModel | protected |
| MachineLearningModel(std::string configPath, PredictionOutput defaultPredictionOutput=PredictionOutput::Unknown, bool delayEngineLoading=false) | MachineLearningModel | explicitprotected |
| MachineLearningModel() (defined in MachineLearningModel) | MachineLearningModel | protected |
| postprocessingSequence() const | MachineLearningModel | |
| postprocessingSequence() | MachineLearningModel | |
| predict(const DataItem &input) | MachineLearningModel | |
| predict(const SharedImageSet &images) | MachineLearningModel | |
| preprocessingSequence() const | MachineLearningModel | |
| preprocessingSequence() | MachineLearningModel | |
| runEngine(const DataItem &input) | MachineLearningModel | |
| setProgress(Progress *progress) | MachineLearningModel | |
| setupOutputItemContainers() const (defined in MachineLearningModel) | MachineLearningModel | protected |
| ~MachineLearningModel() (defined in MachineLearningModel) | MachineLearningModel | virtual |