mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@52 f169173b-cf89-36c8-b27e-44dbe73f0c83
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
fprintf(_foutFloat, "%f %f %f %f %f %f %f %f %f\n",
|
|
totalTime,
|
|
timeMemoryUpdate,
|
|
timeReactivations,
|
|
timeLikelihoodCalculation,
|
|
timePosteriorCalculation,
|
|
timeHypothesesCreation,
|
|
timeHypothesesValidation,
|
|
timeRealTimeLimitReachedProcess,
|
|
timeStatsCreation);
|
|
fprintf(_foutInt, "%d %d %d %d\n",
|
|
lcHypothesisId,
|
|
mostLikelihoodId,
|
|
signaturesRemoved,
|
|
hessianThr,
|
|
wordsNewSign,
|
|
dictionarySize);
|