Change Info class to struct 63/281263/1 sandbox/inki.dae/object_detection_3d
authorKwanghoon Son <k.son@samsung.com>
Thu, 15 Sep 2022 05:08:26 +0000 (01:08 -0400)
committerKwanghoon Son <k.son@samsung.com>
Thu, 15 Sep 2022 05:08:26 +0000 (01:08 -0400)
commitade8239371eb41feb901cced7cd1a51e5e514e60
tree148a186154f71409ae7ab98090f70cd7fc8fadf5
parentbd71b171abe786ab0290151eefef6963fa42386a
Change Info class to struct

[Issue type] refactoring

ObjectDecoder class needs access all of Info member variables.
So all of Info class variables need to get method because it is
just struct of data. Since Info classes not have any special
member function, struct is more suitable for data access.

Change-Id: Ifa470fbb17344451584e0b93ad6faf859c021eba
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
mv_machine_learning/inference/include/BoxInfo.h
mv_machine_learning/inference/include/DecodeInfo.h
mv_machine_learning/inference/include/DimInfo.h
mv_machine_learning/inference/include/ScoreInfo.h