Merge branch 'tizen_devel' into tizen
authorKwanghoon Son <k.son@samsung.com>
Wed, 14 Dec 2022 06:33:45 +0000 (15:33 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 14 Dec 2022 06:36:31 +0000 (15:36 +0900)
Inki Dae (2):
  mv_machine_leanring: code refactoring to face recognition
  mv_machine_learning: fix build error

Kwanghoon Son (4):
  Add yolo5s model on SNPE
  Change rpm name testsuite to unittests
  setup and teardown for line coverage
  Force clang-format to version 9

Seungbae Shin (3):
  mv3d: pass raw pointer to g_async_queue instead to make code simple
  mv3d: keep pointcloud as a shared_ptr form instead of raw void*
  Fix build warnings

Tae-Young Chung (4):
  mv3d: get the latest in mDfsAsyncQueue
  Update parts of getting the latest in mDfsAsyncQueue
  mv3d: fix vision.3d feature check
  mv3d: create DfsAdaptor and call bind() when mDfsAdaptor is nullptr

Change-Id: I357659abe8f57d8777b1c780bb463f8f6f62e7bf

1  2 
include/mv_3d_private.h
mv_3d/3d/src/Mv3d.cpp
mv_machine_learning/inference/src/DecodeInfo.cpp

@@@ -37,8 -44,10 +44,10 @@@ extern "C" 
    *
    */
  typedef struct {
-       mv_3d_pointcloud_type_e type;
-       void *pointcloud;
 -      mv_3d_pointcloud_type_e type {MV_3D_POINTCLOUD_TYPE_PCD_BIN};
++      mv_3d_pointcloud_type_e type { MV_3D_POINTCLOUD_TYPE_PCD_BIN };
+ #ifdef MV_3D_POINTCLOUD_IS_AVAILABLE
+       PointCloudPtr pointcloud;
+ #endif
  } mv_3d_pointcloud_s;
  
  /**
Simple merge