From ed35a6fea4a1604db81c56fc71f7756822fcf212 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Mon, 14 Feb 2022 11:55:35 +0000 Subject: MLECO-2874: Move NMS out of the OD use_case * Add ImageUtils * Move image related code from UseCaseCommonUtils to ImageUtils * Move NMS related code to ImageUtils * Delete test specific ImageUtils and use new ImageUtils Signed-off-by: Richard Burton Change-Id: Icbf5dd9c6a941b0126ecdf69a0c9d9969f22729f --- source/use_case/noise_reduction/src/UseCaseHandler.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/use_case/noise_reduction/src') diff --git a/source/use_case/noise_reduction/src/UseCaseHandler.cc b/source/use_case/noise_reduction/src/UseCaseHandler.cc index 0c5984c..792b460 100644 --- a/source/use_case/noise_reduction/src/UseCaseHandler.cc +++ b/source/use_case/noise_reduction/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * Copyright (c) 2021-2022 Arm Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,6 +18,7 @@ #include "UseCaseHandler.hpp" #include "UseCaseCommonUtils.hpp" #include "AudioUtils.hpp" +#include "ImageUtils.hpp" #include "InputFiles.hpp" #include "RNNoiseModel.hpp" #include "RNNoiseProcess.hpp" -- cgit v1.2.1