ImageVisuals Flags

Each category of flags contains a specific set of image metrics that can be used with the ImageStats, the ChannelStats, and the Linter classes. The how-to How to customize the metrics for data cleaning shows how to customize the metrics from a flag category.

flag dataeval.flags.ImageVisuals(value)

Valid values are as follows:

BRIGHTNESS = <ImageVisuals.BRIGHTNESS: 1>
BLURRINESS = <ImageVisuals.BLURRINESS: 2>
MISSING = <ImageVisuals.MISSING: 4>
ZERO = <ImageVisuals.ZERO: 8>