dataeval.metrics.stats.DimensionStatsOutput =========================================== .. py:class:: dataeval.metrics.stats.DimensionStatsOutput Output class for :func:`dimensionstats` stats metric .. attribute:: left Offsets from the left edge of images in pixels :type: NDArray[np.int32] .. attribute:: top Offsets from the top edge of images in pixels :type: NDArray[np.int32] .. attribute:: width Width of the images in pixels :type: NDArray[np.uint32] .. attribute:: height Height of the images in pixels :type: NDArray[np.uint32] .. attribute:: channels Channel count of the images in pixels :type: NDArray[np.uint8] .. attribute:: size Size of the images in pixels :type: NDArray[np.uint32] .. attribute:: aspect_ratio :term:`ASspect Ratio` of the images (width/height) :type: NDArray[np.float16] .. attribute:: depth Color depth of the images in bits :type: NDArray[np.uint8] .. attribute:: center Offset from center in [x,y] coordinates of the images in pixels :type: NDArray[np.uint16] .. attribute:: distance Distance in pixels from center :type: NDArray[np.float16]