aboutsummaryrefslogtreecommitdiff
path: root/src/poser_sba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poser_sba.h')
-rw-r--r--src/poser_sba.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/poser_sba.h b/src/poser_sba.h
new file mode 100644
index 0000000..8a49122
--- /dev/null
+++ b/src/poser_sba.h
@@ -0,0 +1,16 @@
+#pragma once
+
+#pragma once
+#include <stdint.h>
+#define FLT double
+#include "survive_reproject.h"
+#include <libsurvive/poser.h>
+#include <ostream>
+
+struct SurviveObject;
+
+int sba_bruteforce_config_solver_cb(SurviveObject *so, PoserData *pd);
+int sba_solver_poser_cb(SurviveObject *so, PoserData *pd);
+
+std::ostream &operator<<(std::ostream &o, const survive_calibration_options_config &self);
+std::ostream &operator<<(std::ostream &o, const survive_calibration_config &self); \ No newline at end of file