Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laser_scan_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
laser_scan_utils
Commits
60bd46d2
Commit
60bd46d2
authored
4 years ago
by
Sergi Pujol
Browse files
Options
Downloads
Patches
Plain Diff
Scene detection th modified
parent
ace29c24
No related branches found
No related tags found
1 merge request
!4
Resolve "Implementation of Falko lib"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/corner_falko_2d.cpp
+0
-1
0 additions, 1 deletion
src/corner_falko_2d.cpp
src/corner_falko_2d.h
+1
-1
1 addition, 1 deletion
src/corner_falko_2d.h
with
1 addition
and
2 deletions
src/corner_falko_2d.cpp
+
0
−
1
View file @
60bd46d2
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/corner_falko_2d.h
+
1
−
1
View file @
60bd46d2
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment