dtype_limits
-
skimage.util.dtype_limits(image, clip_negative=True)
[source] -
Return intensity limits, i.e. (min, max) tuple, of the image’s dtype.
Parameters: image : ndarray
Input image.
clip_negative : bool
If True, clip the negative range (i.e. return 0 for min intensity) even if the image dtype allows negative values.
Please login to continue.