summaryrefslogtreecommitdiff
path: root/mv_machine_learning/object_detection/include/object_detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'mv_machine_learning/object_detection/include/object_detection.h')
-rw-r--r--mv_machine_learning/object_detection/include/object_detection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mv_machine_learning/object_detection/include/object_detection.h b/mv_machine_learning/object_detection/include/object_detection.h
index 64ca00f6..70866322 100644
--- a/mv_machine_learning/object_detection/include/object_detection.h
+++ b/mv_machine_learning/object_detection/include/object_detection.h
@@ -53,7 +53,6 @@ private:
void loadLabel();
void getEngineList();
void getDeviceList(const char *engine_type);
- void updateResult(ObjectDetectionResult &result);
template<typename T>
void preprocess(mv_source_h &mv_src, std::shared_ptr<MetaInfo> metaInfo, std::vector<T> &inputVector);
template<typename T> void pushToInput(ObjectDetectionQueue<T> &input);
@@ -105,6 +104,7 @@ public:
void perform(mv_source_h &mv_src) override;
void performAsync(ObjectDetectionInput &input) override;
ObjectDetectionResult &getOutput() override;
+ ObjectDetectionResult &getOutputCache() override;
};
} // machine_learning