mv_machine_learning: keep object detection 3d as internal api
authorInki Dae <inki.dae@samsung.com>
Thu, 6 Oct 2022 01:24:30 +0000 (10:24 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 7 Nov 2022 03:12:39 +0000 (12:12 +0900)
[Issue type] code cleanup

Keep object detection 3d API as internal one. This API will be announced
officially next year with several enhancements.

Change-Id: Ia775569a3572a9fff75780fcdffa2a183dbf1885
Signed-off-by: Inki Dae <inki.dae@samsung.com>
include/mv_object_detection_3d_internal.h [moved from include/mv_object_detection_3d.h with 97% similarity]
mv_machine_learning/object_detection/src/mv_object_detection_3d.c
test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp

similarity index 97%
rename from include/mv_object_detection_3d.h
rename to include/mv_object_detection_3d_internal.h
index 15d3662..778b0f2 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_H__
-#define __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_H__
+#ifndef __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_INTERNAL_H__
+#define __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_INTERNAL_H__
 
 #include <mv_common.h>
 #include <mv_object_detection_3d_type.h>
@@ -206,4 +206,4 @@ int mv_object_detection_3d_get_points(mv_object_detection_3d_h handle, unsigned
 }
 #endif /* __cplusplus */
 
-#endif /* __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_H__ */
+#endif /* __TIZEN_MEDIAVISION_OBJECT_DETECT_3D_INTERNAL_H__ */
index cc2f81f..0d6bc6a 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include "mv_private.h"
-#include "mv_object_detection_3d.h"
+#include "mv_object_detection_3d_internal.h"
 #include "mv_object_detection_3d_open.h"
 
 /**
index 0fc8db7..ed40831 100644 (file)
@@ -21,7 +21,7 @@
 #include "gtest/gtest.h"
 
 #include "ImageHelper.h"
-#include "mv_object_detection_3d.h"
+#include "mv_object_detection_3d_internal.h"
 
 #define IMAGE_PATH "/res/inference/images/cup.jpeg"