Skip to content

Commit 710de0f

Browse files
Increased threshold to 0.999
1 parent 05ef6a1 commit 710de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urlwatcher/urlwatcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SCREENSHOT_SCRIPT="$(pwd)/../tools/screenshot.sh"
1313
# Read the first line from the BOT_TOKEN file
1414
TELEGRAM_BOT_TOKEN=$(head -n 1 ../BOT_TOKEN)
1515
# The threshold when to consider two images matching. If two images have a normalized cross correllation >= this value, they are considered identical
16-
NCC_THRESHOLD="0.99"
16+
NCC_THRESHOLD="0.999"
1717
# The file where the diff image is saved to
1818
DIFF_FILE="diff.png"
1919
# The file where the NCC value is saved to

0 commit comments

Comments
 (0)