Skip to content
Snippets Groups Projects

Resolves #160 by resync of clock

4 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline

Files

#pragma once
#include <ftl/config.h>
#ifdef HAVE_OPTFLOW
#include <opencv2/core.hpp>
#include <opencv2/core/cuda.hpp>
#include <opencv2/cudaoptflow.hpp>
@@ -28,4 +32,6 @@ private:
};
}
}
\ No newline at end of file
}
#endif // HAVE_OPTFLOW
Loading