dataeval.utils.preprocessing.BitDepth¶ class dataeval.utils.preprocessing.BitDepth¶ Dataclass representing image bit depth information. depth¶ Bit depth (1, 8, 12, 16, or 32) Type:¶ int pmin¶ Minimum pixel value Type:¶ float or int pmax¶ Maximum pixel value Type:¶ float or int