Skip to content
Snippets Groups Projects

Circle census transform or SGM

Merged Nicolas Pope requested to merge feature/circlect into master
3 files
+ 10
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,7 @@
#ifdef HAVE_LIBSGM
#include <libsgm.h>
#include <libsgm_parameters.hpp>
#include <opencv2/cudaimgproc.hpp>
#endif
@@ -85,6 +86,7 @@ class FixstarsSGM : public ftl::operators::Operator {
int max_disp_;
float uniqueness_;
bool use_P2_map_;
sgm::CensusShape ct_shape_;
};
#endif
Loading