Skip to content
Snippets Groups Projects

Reduce OpenCV dependencies

Merged Nicolas Pope requested to merge feature/reducedep into master
27 files
+ 43
13
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -12,6 +12,7 @@
#include <opencv2/core.hpp>
#include <opencv2/aruco.hpp>
#include <opencv2/core/eigen.hpp>
#include <opencv2/opencv.hpp>
#include <algorithm>
#include <numeric>
Loading