aboutsummaryrefslogtreecommitdiff
path: root/nicla/signs_detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'nicla/signs_detect.py')
-rw-r--r--nicla/signs_detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicla/signs_detect.py b/nicla/signs_detect.py
index 786972d..57b6c3e 100644
--- a/nicla/signs_detect.py
+++ b/nicla/signs_detect.py
@@ -15,7 +15,7 @@ def match_kpts(kpts0, kpts1):
#print("matched:%d dt:%d"%(match.count(), match.theta()))
if match.count() > 0:
print(match.count())
- return match.count() > 1
+ return match.count() > 0
else:
return 0