mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added statistics : Rehearsal value, retrieval margin
Updated the way how the retrieval margin is increased/reset Posterior ignoring the last added location to WM Auto save figure, removed the "-" in the generated date name git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@294 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -47,6 +47,7 @@ LogF = importfile([PathPrefix '/' 'LogF.txt']);
|
||||
% 15 stddev likelihood
|
||||
% 16 vp hypothesis
|
||||
% 17 timeEmtyingTrash
|
||||
% 18 rehearsalValue
|
||||
|
||||
LogI = importfile([PathPrefix '/' 'LogI.txt']);
|
||||
% COLUMN HEADERS :
|
||||
@@ -63,8 +64,10 @@ LogI = importfile([PathPrefix '/' 'LogI.txt']);
|
||||
% 11 signaturesReactivated
|
||||
% 12 lcHypothesisReactivated
|
||||
% 13 refUniqueWordsCount
|
||||
% 14 reactivateId
|
||||
% 15 non nulls count
|
||||
% 14 _reactivateId
|
||||
% 15 nonNulls.size()
|
||||
% 16 directNeighborsNotReactivated
|
||||
% 17 _spreadMargin
|
||||
|
||||
if isempty(LogI) || isempty(LogF)
|
||||
error('Log files are empty')
|
||||
|
||||
Reference in New Issue
Block a user