Utility Functions
- img_as_float
- Convert an image to floating point format, with values in [0, 1].
- img_as_uint
- Convert an image to unsigned integer format, with values in [0, 65535].
- img_as_int
- Convert an image to signed integer format, with values in [-32768, 32767].
- img_as_ubyte
- Convert an image to unsigned byte format, with values in [0, 255].
skimage.dtype_limits (image[, clip_negative]) | Return intensity limits, i.e. |
skimage.img_as_bool (image[, force_copy]) | Convert an image to boolean format. |
skimage.img_as_float (image[, force_copy]) | Convert an image to double-precision floating point format. |
skimage.img_as_int (image[, force_copy]) | Convert an image to 16-bit signed integer format. |
skimage.img_as_ubyte (image[, force_copy]) | Convert an image to 8-bit unsigned integer format. |
skimage.img_as_uint (image[, force_copy]) | Convert an image to 16-bit unsigned integer format. |
skimage.test ([doctest, verbose]) | Run all unit tests. |
Please login to continue.