mv_machine_learning: Use Preprocess class instead of legacy one
authorInki Dae <inki.dae@samsung.com>
Thu, 1 Sep 2022 00:41:17 +0000 (09:41 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 2 Sep 2022 08:09:25 +0000 (17:09 +0900)
commit6a062af3e62703064891676c9734dc00ad16e822
treebbe7b377c57ab9101dd7f84decc47f3b84bf2026
parentc2a68d4e2ce9d02f76f49335ebaa7ad2c82bc592
mv_machine_learning: Use Preprocess class instead of legacy one

[Issue type] code refactoring

Did code refactoring to Run function of Inference class by replacing
existing internal Preprocess function with the one of Proprocess class.
We can use Preprocess class instead of Inference class internal one.
With this change, we can use Preprocess class commonly.

Change-Id: Id22de1532ce352abb013ad6bb26075c74a835949
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/inference/include/Inference.h
mv_machine_learning/inference/src/Inference.cpp