mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
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);
|