max_difference property

max_difference property

The maximum allowed difference between images.

The value should be between 0 and 1. 0 means that only identical images will be found.

Definition:

@property
def max_difference(self):
    ...
@max_difference.setter
def max_difference(self, value):
    ...

See Also