Skip to content
Snippets Groups Projects
Commit c4483e24 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

HAVE_OPTFLOW

parent 839f0fa7
No related branches found
No related tags found
No related merge requests found
Pipeline #13208 passed
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#cmakedefine HAVE_URIPARSESINGLE #cmakedefine HAVE_URIPARSESINGLE
#cmakedefine HAVE_CUDA #cmakedefine HAVE_CUDA
#cmakedefine HAVE_OPENCV #cmakedefine HAVE_OPENCV
#cmakedefine HAVE_OPTFLOW
#cmakedefine HAVE_PCL #cmakedefine HAVE_PCL
#cmakedefine HAVE_RENDER #cmakedefine HAVE_RENDER
#cmakedefine HAVE_LIBSGM #cmakedefine HAVE_LIBSGM
......
#include "ftl/offilter.hpp"
#ifdef HAVE_OPTFLOW #ifdef HAVE_OPTFLOW
#include <loguru.hpp> #include <loguru.hpp>
#include "ftl/offilter.hpp"
using namespace ftl::rgbd; using namespace ftl::rgbd;
using cv::Mat; using cv::Mat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment