Added threshold parameter in init

pull/1567/head
Luca Di Leo 2022-12-15 19:01:22 +01:00
rodzic c60763a312
commit 49a7554910
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ class PercentageBlurChecker:
def __init__(self, percentage):
self.percentage = percentage
self.cache = None
self.threshold = None
def NeedPreProcess(self):
return True