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, 0 insertions, 16 deletions
diff --git a/src/poser_sba.h b/src/poser_sba.h
deleted file mode 100644
index 8a49122..0000000
--- a/src/poser_sba.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#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