mv_machine_learning: drop unused code
authorInki Dae <inki.dae@samsung.com>
Mon, 6 Nov 2023 06:28:13 +0000 (15:28 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Nov 2023 07:39:21 +0000 (16:39 +0900)
[Issue type] : code cleanup

Drop unused member functions from LandmarkDetection class.

Change-Id: Id6c6b33fbe79f1b381a18111f1fe201df543a46e
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/landmark_detection/include/landmark_detection.h

index 8db218e..ff2084f 100644 (file)
@@ -81,9 +81,6 @@ public:
        void perform(mv_source_h &mv_src);
        void performAsync(LandmarkDetectionInput &input);
        LandmarkDetectionResult &getOutput();
-       void setInputMetaMap(const MetaMap &input_meta_map);
-       void setOutputMetaMap(const MetaMap &output_meta_map);
-       void setConfidenceThreshold(const double &confidence_threshold);
 };
 
 } // machine_learning