Skip to content
Snippets Groups Projects
Commit 20cca9ef authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

tune smaller patch

parent c7432866
No related branches found
No related tags found
No related merge requests found
...@@ -18,14 +18,14 @@ max_new_features: 30 ...@@ -18,14 +18,14 @@ max_new_features: 30
fast_params: fast_params:
# Threshold on the keypoint pixel intensity (in uchar [0-255]) # Threshold on the keypoint pixel intensity (in uchar [0-255])
# the higher, the more selective the detector is # the higher, the more selective the detector is
threshold_fast: 20 threshold_fast: 30
# Avoids getting multiple keypoints at the same place # Avoids getting multiple keypoints at the same place
non_max_suppresion: true non_max_suppresion: true
# Lucas Kanade tracking parameters # Lucas Kanade tracking parameters
klt_params: klt_params:
patch_width: 11 patch_width: 9
patch_height: 11 patch_height: 9
nlevels_pyramids: 3 nlevels_pyramids: 3
klt_max_err: 0.3 klt_max_err: 0.3
......
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