dataeval.metrics.stats.DimensionStatsOutput#

class dataeval.metrics.stats.DimensionStatsOutput#

Output class for dimensionstats() stats metric

left#

Offsets from the left edge of images in pixels

Type:

NDArray[np.int32]

top#

Offsets from the top edge of images in pixels

Type:

NDArray[np.int32]

width#

Width of the images in pixels

Type:

NDArray[np.uint32]

height#

Height of the images in pixels

Type:

NDArray[np.uint32]

channels#

Channel count of the images in pixels

Type:

NDArray[np.uint8]

size#

Size of the images in pixels

Type:

NDArray[np.uint32]

aspect_ratio#

ASspect Ratio of the images (width/height)

Type:

NDArray[np.float16]

depth#

Color depth of the images in bits

Type:

NDArray[np.uint8]

center#

Offset from center in [x,y] coordinates of the images in pixels

Type:

NDArray[np.uint16]

distance#

Distance in pixels from center

Type:

NDArray[np.float16]