Skip to content

Commit

Permalink
tweak params
Browse files Browse the repository at this point in the history
  • Loading branch information
hardest1 committed Jun 21, 2020
1 parent bc8f24e commit 7a60ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshotmatcher/matching/matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def algorithm_SURF(self, photo, screen, screen_colored, hessianThreshold = 3500,
return True


def algorithm_ORB(self, photo, screen, screen_colored, nfeatures = 8000, descriptor_matcher_name = 'BruteForce-Hamming'):
def algorithm_ORB(self, photo, screen, screen_colored, nfeatures = 4500, descriptor_matcher_name = 'BruteForce-Hamming'):

t1 = time.perf_counter()

Expand Down

0 comments on commit 7a60ff4

Please sign in to comment.