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:
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
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