36 #include "Image/ByteImage.h"
37 #include "Threading/Mutex.h"
38 #include "Threading/Thread.h"
39 #include "Threading/Threading.h"
51 int nNumAnnealingRuns,
53 CStereoCalibration* pCalibration,
54 std::string sHandModelFileName);
60 void GetResult(
double* pEstimatedConfig,
double& dConfidenceRating);
61 void Localise(
const CByteImage* pNewCamImageLeft,
62 const CByteImage* pNewCamImageRight,
63 const double* pSensorConfig);
74 bool m_bReadyForLocalising;
76 CByteImage *m_pNewCamImageLeft, *m_pNewCamImageRight;
77 double* m_pSensorConfig;
78 double* m_pEstimatedConfig;
79 double m_dConfidenceRating;