mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Generating Graph in the c++ example
Added png of the generated graph in doc git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@707 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
double getLastProcessTime() const {return _lastProcessTime;};
|
||||
|
||||
void setTimeThreshold(float maxTimeAllowed); // in ms
|
||||
void generateGraph(const std::string & path) const;
|
||||
|
||||
void adjustLikelihood(std::map<int, float> & likelihood) const;
|
||||
std::pair<int, float> selectHypothesis(const std::map<int, float> & posterior,
|
||||
|
||||
Reference in New Issue
Block a user