From: Tae-Young Chung Date: Wed, 10 Nov 2021 05:38:57 +0000 (+0900) Subject: Fix erratum X-Git-Tag: submit/tizen/20220701.002357~1^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c1a058f8b0aa9789f4b6317b50d09371903acbc;p=platform%2Fcore%2Fmultimedia%2Fdfs-opencv.git Fix erratum Signed-off-by: Tae-Young Chung --- diff --git a/packaging/dfs-opencv.spec b/packaging/dfs-opencv.spec index 7465b12..41a1457 100644 --- a/packaging/dfs-opencv.spec +++ b/packaging/dfs-opencv.spec @@ -14,7 +14,7 @@ BuildRequires: pkgconfig(opencv) BuildRequires: pkgconfig(libtzplatform-config) %description -OpenCV based Dept-from-Stereo implementation +OpenCV based Depth-from-Stereo implementation %prep diff --git a/src/dfs_opencv_private.h b/src/dfs_opencv_private.h index eb49d61..0e8c2bb 100644 --- a/src/dfs_opencv_private.h +++ b/src/dfs_opencv_private.h @@ -34,7 +34,7 @@ /** * @file dfs_opencv_private.h -* @brief This file contains the DfsAdaptorOCV class which +* @brief This file contains the DfsOCV class which * provides OpenCV based depth functionality */ @@ -42,7 +42,7 @@ #undef LOG_TAG #endif -#define LOG_TAG "DFS_ADAPTATION_OCV" +#define LOG_TAG "DFS_OCV" using namespace DfsAdaptation; @@ -108,7 +108,6 @@ namespace DfsAdaptationImpl std::mutex mMutexJob; std::condition_variable mControlJob; - void Runner(); template