ValidatorParams

class imgreg.models.validator.enums.ValidatorParams(value)[source]

An enumeration.

Attributes

ABSOLUTE_DIFFERENCE_IMG

Absolute value of the difference between the images.

IMG

Image.

NORM_REL_L2

Relative L2 Norm similarity measurement for the images.

REF_IMG

Reference image.

SQUARED_DIFFERENCE_IMG

Squared difference between the images.

ABSOLUTE_DIFFERENCE_IMG = 'ABSOLUTE_DIFFERENCE_IMG'

Absolute value of the difference between the images.

IMG = 'IMG'

Image.

NORM_REL_L2 = 'NORM_REL_L2'

Relative L2 Norm similarity measurement for the images.

REF_IMG = 'REF_IMG'

Reference image.

SQUARED_DIFFERENCE_IMG = 'SQUARED_DIFFERENCE_IMG'

Squared difference between the images.