Skip to content
Snippets Groups Projects
Commit 60bd46d2 authored by Sergi Pujol's avatar Sergi Pujol
Browse files

Scene detection th modified

parent ace29c24
No related branches found
No related tags found
1 merge request!4Resolve "Implementation of Falko lib"
...@@ -77,7 +77,6 @@ void CornerFalko2d::findLoopClosure(LaserScan scan,LaserScanParams scanParams){ ...@@ -77,7 +77,6 @@ void CornerFalko2d::findLoopClosure(LaserScan scan,LaserScanParams scanParams){
} }
} }
if (numberSceneMatch>1){ if (numberSceneMatch>1){
numberKeypointsMatch=0;
numberSceneMatch=0; numberSceneMatch=0;
matchingPosition=-1; matchingPosition=-1;
} }
......
...@@ -113,7 +113,7 @@ public: ...@@ -113,7 +113,7 @@ public:
int keypointsNumberTh=2; int keypointsNumberTh=2;
// Max number of matched keypoints between 2 scenes for the candidate scene be considered a good New reference scene // Max number of matched keypoints between 2 scenes for the candidate scene be considered a good New reference scene
int refSceneAddingTh =6; int refSceneAddingTh =4;
}; };
} /* namespace laserscanutils */ } /* namespace laserscanutils */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment