{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / io / _plugins / matplotlib_plugin / _get_image_properties

function

skimage.io._plugins.matplotlib_plugin:_get_image_properties

source: /dev/scikit-image/src/skimage/io/_plugins/matplotlib_plugin.py :20

Signature

def   _get_image_properties ( image )

Summary

Determine nonstandard properties of an input image.

Parameters

image : array

The input image.

Returns

ip : ImageProperties named tuple

The properties of the image:

  • signed: whether the image has negative values.

  • out_of_range_float: if the image has floating point data outside of [-1, 1].

  • low_data_range: if the image is in the standard image range (e.g. [0, 1] for a floating point image) but its data range would be too small to display with standard image ranges.

  • unsupported_dtype: if the image data type is not a standard skimage type, e.g. numpy.uint64.

Aliases

  • skimage.io._plugins.matplotlib_plugin._get_image_properties