Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
BuildRequires: pkgconfig(libtzplatform-config)
%description
-OpenCV based Dept-from-Stereo implementation
+OpenCV based Depth-from-Stereo implementation
%prep
/**
* @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
*/
#undef LOG_TAG
#endif
-#define LOG_TAG "DFS_ADAPTATION_OCV"
+#define LOG_TAG "DFS_OCV"
using namespace DfsAdaptation;
std::mutex mMutexJob;
std::condition_variable mControlJob;
-
void Runner();
template <class F, class... Args>