mv_machine_learning: drop *open.cpp files from task groups
authorInki Dae <inki.dae@samsung.com>
Thu, 11 May 2023 02:07:58 +0000 (11:07 +0900)
committerKwanghoon Son <k.son@samsung.com>
Tue, 4 Jul 2023 05:08:39 +0000 (14:08 +0900)
commit8cfa515df3b9830e5a2849c3820010477f8f6682
treeaa97eda2a8694126a793ee8956ad525ad3bf5af2
parent583d57cf14fef40eb3edaf044b242b83c0ef5941
mv_machine_learning: drop *open.cpp files from task groups

[Issue type] : code cleanup

Drop all *open.cpp files from task groups, which provide just wrapper functions.
Unnecessary code and code duplication.

Change-Id: I021cc16893c405b7425c6d92b1bba646d640cc46
Signed-off-by: Inki Dae <inki.dae@samsung.com>
18 files changed:
include/mv_object_detection_3d_internal.h
mv_machine_learning/face_recognition/include/mv_face_recognition_open.h [deleted file]
mv_machine_learning/face_recognition/src/mv_face_recognition.c [deleted file]
mv_machine_learning/face_recognition/src/mv_face_recognition.cpp [moved from mv_machine_learning/face_recognition/src/mv_face_recognition_open.cpp with 74% similarity]
mv_machine_learning/image_classification/src/mv_image_classification.c [deleted file]
mv_machine_learning/image_classification/src/mv_image_classification.cpp [moved from mv_machine_learning/image_classification/src/mv_image_classification_open.cpp with 56% similarity]
mv_machine_learning/landmark_detection/include/mv_facial_landmark_open.h [deleted file]
mv_machine_learning/landmark_detection/include/mv_pose_landmark_open.h [deleted file]
mv_machine_learning/landmark_detection/src/mv_facial_landmark.c [deleted file]
mv_machine_learning/landmark_detection/src/mv_facial_landmark.cpp [moved from mv_machine_learning/landmark_detection/src/mv_facial_landmark_open.cpp with 58% similarity]
mv_machine_learning/landmark_detection/src/mv_pose_landmark.c [deleted file]
mv_machine_learning/landmark_detection/src/mv_pose_landmark.cpp [moved from mv_machine_learning/landmark_detection/src/mv_pose_landmark_open.cpp with 58% similarity]
mv_machine_learning/object_detection/src/mv_face_detection.c [deleted file]
mv_machine_learning/object_detection/src/mv_face_detection.cpp [moved from mv_machine_learning/object_detection/src/mv_face_detection_open.cpp with 57% similarity]
mv_machine_learning/object_detection/src/mv_object_detection.c [deleted file]
mv_machine_learning/object_detection/src/mv_object_detection.cpp [moved from mv_machine_learning/object_detection/src/mv_object_detection_open.cpp with 58% similarity]
mv_machine_learning/object_detection_3d/src/mv_object_detection_3d.c [deleted file]
mv_machine_learning/object_detection_3d/src/mv_object_detection_3d.cpp [moved from mv_machine_learning/object_detection_3d/src/mv_object_detection_3d_open.cpp with 58% similarity]