Extension_image_recognition/LATCHParameters.py

5 lines
84 B
Python
Raw Permalink Normal View History

THRESHOLD = 70
MIN_GOOD_MATCHES = 12
MIN_INLIERS = 8
KEYPOINTS = 5000
IMG_SIZE = 500