Skip to content
Snippets Groups Projects
Commit 3692d00a authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Set agast and brief as det/des for fundamental matrix example

parent 0b04de56
No related branches found
No related tags found
No related merge requests found
detector: detector:
type: "GFTT" type: "AGAST"
maxCorners: 1000 threshold: 10
qualityLevel: 0.015 nonmaxSuppression: true
minDistance: 20.0 detection type: 3 # AGAST_5_8=0, AGAST_7_12d=1, AGAST_7_12s=2, OAST_9_16=3, THRESHOLD=10000, NONMAX_SUPPRESSION=10001
blockSize: 15
k: 0.04
descriptor: descriptor:
type: "ORB" type: "BRIEF"
nfeatures: 1000 bytes: 32
scale factor: 1.2 use_orientation: false
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
matcher: 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 match type: 1 # Match type. MATCH = 1, KNNMATCH = 2, RADIUSMATCH = 3
min normalized score: 0.8 min normalized score: 0.8
\ No newline at end of file
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