mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-17 13:35:50 +00:00
Processor - image_ssim_diff
This commit is contained in:
@@ -994,6 +994,16 @@ class globalSettingsApplicationForm(commonSettingsForm):
|
||||
global_ignore_text = StringListField('Ignore Text', [ValidateListRegex()])
|
||||
global_subtractive_selectors = StringListField('Remove elements', [ValidateCSSJSONXPATHInput(allow_json=False)])
|
||||
ignore_whitespace = BooleanField('Ignore whitespace')
|
||||
ssim_threshold = SelectField(
|
||||
'Default Screenshot Comparison Sensitivity',
|
||||
choices=[
|
||||
('0.75', 'Low sensitivity (only major changes)'),
|
||||
('0.85', 'Medium sensitivity (moderate changes)'),
|
||||
('0.96', 'High sensitivity (small changes)'),
|
||||
('0.999', 'Very high sensitivity (any change)')
|
||||
],
|
||||
default='0.96'
|
||||
)
|
||||
password = SaltyPasswordField()
|
||||
pager_size = IntegerField('Pager size',
|
||||
render_kw={"style": "width: 5em;"},
|
||||
|
||||
Reference in New Issue
Block a user