From 161b2d6a43c49901765fb54d439fbce7a55a563f Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 15 Aug 2015 16:46:31 +0200 Subject: [PATCH] Increase keypoints threshold --- usr/examples/keypoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/examples/keypoints.py b/usr/examples/keypoints.py index 9eea0fbd4..d901d0b9c 100644 --- a/usr/examples/keypoints.py +++ b/usr/examples/keypoints.py @@ -1,6 +1,6 @@ import sensor, time -KEYPOINTS_THRESH=16 +KEYPOINTS_THRESH=32 MATCHING_THRESH=70 NORMALIZED=False