Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vision_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
vision_utils
Commits
3692d00a
Commit
3692d00a
authored
7 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Set agast and brief as det/des for fundamental matrix example
parent
0b04de56
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/examples/yaml/fundamental_matrix.yaml
+9
-17
9 additions, 17 deletions
src/examples/yaml/fundamental_matrix.yaml
with
9 additions
and
17 deletions
src/examples/yaml/fundamental_matrix.yaml
+
9
−
17
View file @
3692d00a
detector
:
type
:
"
GFTT"
maxCorners
:
1000
qualityLevel
:
0.015
minDistance
:
20.0
blockSize
:
15
k
:
0.04
type
:
"
AGAST"
threshold
:
10
nonmaxSuppression
:
true
detection type
:
3
# AGAST_5_8=0, AGAST_7_12d=1, AGAST_7_12s=2, OAST_9_16=3, THRESHOLD=10000, NONMAX_SUPPRESSION=10001
descriptor
:
type
:
"
ORB"
nfeatures
:
1000
scale factor
:
1.2
nlevels
:
8
edge threshold
:
31
# 16
first level
:
0
WTA_K
:
2
# See: http://docs.opencv.org/trunk/db/d95/classcv_1_1ORB.html#a180ae17d3300cf2c619aa240d9b607e5
score type
:
1
#enum { kBytes = 32, HARRIS_SCORE=0, FAST_SCORE=1 };
patch size
:
31
# 31
type
:
"
BRIEF"
bytes
:
32
use_orientation
:
false
matcher
:
type
:
"
BRUTEFORCE
"
# BRUTEFORCE, BRUTEFORCE_HAMMING, BRUTEFORCE_HAMMING_2, BRUTEFORCE_L1, FLANNBASED
type
:
"
FLANNBASED
"
# BRUTEFORCE, BRUTEFORCE_HAMMING, BRUTEFORCE_HAMMING_2, BRUTEFORCE_L1, FLANNBASED
match type
:
1
# Match type. MATCH = 1, KNNMATCH = 2, RADIUSMATCH = 3
min normalized score
:
0.8
\ No newline at end of file
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