mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Increase keypoints threshold
This commit is contained in:
parent
e04f7ec0fb
commit
161b2d6a43
@ -1,6 +1,6 @@
|
|||||||
import sensor, time
|
import sensor, time
|
||||||
|
|
||||||
KEYPOINTS_THRESH=16
|
KEYPOINTS_THRESH=32
|
||||||
MATCHING_THRESH=70
|
MATCHING_THRESH=70
|
||||||
NORMALIZED=False
|
NORMALIZED=False
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user