mv_machine_learning: do not expose structure to user
authorInki Dae <inki.dae@samsung.com>
Mon, 19 Sep 2022 13:19:35 +0000 (22:19 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 7 Nov 2022 03:12:39 +0000 (12:12 +0900)
commit5128e562bf16ffb18dd29f8db8c573af42a68f17
treeb83647e603aa1a1b85fdd77f2359723629c0f1b7
parentdcf54e4f5c76e60c508473e638be15f00fa93215
mv_machine_learning: do not expose structure to user

[Issue type] code cleanup

Do not allow for user to access structure type instead, introduce
each CAPI corresponding to each member of the structure.

Change-Id: Iac3e475ebb54b862c0b007b84f228154a10f1308
Signed-off-by: Inki Dae <inki.dae@samsung.com>
18 files changed:
include/mv_object_detection_3d.h
include/mv_object_detection_3d_type.h
mv_machine_learning/common/include/itask.h
mv_machine_learning/face_recognition/include/face_recognition.h
mv_machine_learning/face_recognition/include/face_recognition_adapter.h
mv_machine_learning/face_recognition/src/face_recognition.cpp
mv_machine_learning/face_recognition/src/face_recognition_adapter.cpp
mv_machine_learning/face_recognition/src/mv_face_recognition_open.cpp
mv_machine_learning/object_detection/include/mv_object_detection_3d_open.h
mv_machine_learning/object_detection/include/object_detection.h
mv_machine_learning/object_detection/include/object_detection_adapter.h
mv_machine_learning/object_detection/include/object_detection_type.h
mv_machine_learning/object_detection/include/objectron.h
mv_machine_learning/object_detection/src/mv_object_detection_3d.c
mv_machine_learning/object_detection/src/mv_object_detection_3d_open.cpp
mv_machine_learning/object_detection/src/object_detection_adapter.cpp
mv_machine_learning/object_detection/src/objectron.cpp
test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp