aboutsummaryrefslogtreecommitdiff
path: root/src/poser_sba.h
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-06-27 04:22:22 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-06-27 04:22:22 +0000
commitcf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b (patch)
treebae72f9ebe6937dbbabb7beec3115028a15743b0 /src/poser_sba.h
parent902bbde43fb6e000140da0da56c05f2d4af1df5f (diff)
parente68b69a9a14aeb70988c52666e60502fe6f049ab (diff)
downloadlibsurvive-cf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b.tar.gz
libsurvive-cf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b.tar.bz2
Merge remote-tracking branch 'origin/master' into fix_wired_tracker
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