aboutsummaryrefslogtreecommitdiff
path: root/src/poser_sba.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-06-23 14:18:26 -0400
committercnlohr <lohr85@gmail.com>2018-06-23 14:18:26 -0400
commit1dea63123ca6735cee354f3eeae69e2e62d61e3b (patch)
treea93f86d0f33ad91b4c34f975b55ae54415e8f6c1 /src/poser_sba.h
parent87b6229f6fc4e434b9472e6c7722e40497ac97a1 (diff)
parent5329e026dfb52f904965b687a717cc4c24f2cd8c (diff)
downloadlibsurvive-1dea63123ca6735cee354f3eeae69e2e62d61e3b.tar.gz
libsurvive-1dea63123ca6735cee354f3eeae69e2e62d61e3b.tar.bz2
Merge branch 'new_config_system'
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