Fix erratum
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 10 Nov 2021 05:38:57 +0000 (14:38 +0900)
committer엘무럿/선행S/W Lab(생활가전)/Principal Engineer/삼성전자 <e.talipov@samsung.com>
Tue, 14 Dec 2021 02:21:04 +0000 (11:21 +0900)
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/dfs-opencv.spec
src/dfs_opencv_private.h

index 7465b129b66ac31cf1910cfcc0dc51cf99101fb3..41a145716b6fa3095bb425e7b3305dcee6f1c060 100644 (file)
@@ -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
index eb49d61563344b1a6219efd48cf50d1e86ebd8c7..0e8c2bbf8c6cebd0590e3984d3b42f6709131899 100644 (file)
@@ -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 <class F, class... Args>