mv_machine_learning: code refactoring to Inference class
authorInki Dae <inki.dae@samsung.com>
Fri, 19 Aug 2022 10:51:00 +0000 (19:51 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 2 Sep 2022 08:09:25 +0000 (17:09 +0900)
commit8a0bcb13b9aa25b0205080cefaac53aba7833aca
tree8414128b1ca51e8a3d7ddb0bfa1f6f245d0110c9
parent38af500c31778fcacbff4890289931a2b2b4d2c9
mv_machine_learning: code refactoring to Inference class

[Issue type] : code refactoring

Did code refactoring to Run member function of Inference class by doing,
- extracted a function which converts mv sources to cv ones. And
  this converting function is now considered for multiple sources.
- introduced a new util file which can contain common things
  to be used by machine learning relevant code.
- and did code sliding and renaming several variables.

This is just a step for next code refactoring and there are many things to do.

Change-Id: Ic78ef26156481def5ecda537657638c613a304d1
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_common/include/util.h [new file with mode: 0644]
mv_machine_learning/inference/src/Inference.cpp