skimage2.util#
Warning
This module is part of the experimental skimage2 namespace and is subject to change without notice.
Do not use it in production code.
See the migration guide for more details.
Utility functions to work with images in general.
Rescale the value range of |
|
Return an image showing the differences between two images. |
|
Crop array |
|
Return intensity limits, i.e. (min, max) tuple, of the image's dtype. |
|
Convert an image to boolean format. |
|
Convert an image to floating point format. |
|
Convert an image to single-precision (32-bit) floating point format. |
|
Convert an image to double-precision (64-bit) floating point format. |
|
Convert an image to 16-bit signed integer format. |
|
Convert an image to 8-bit unsigned integer format. |
|
Convert an image to 16-bit unsigned integer format. |
|
Invert an image. |
|
Assign unique integer labels to coordinates on an image mask |
|
Do a keyword search on scikit-image docstrings and print results. |
|
Map values from input array from input_vals to output_vals. |
|
Create a montage of several single- or multichannel images. |
|
Function to add random noise of various types to a floating-point image. |
|
Find |
|
Return an image with ~`n_points` regularly-spaced nonzero pixels. |
|
Rescale value range based on dtype (legacy |
|
Min-max normalize image values to the range [0., 1.]. |
|
Slice an image along given axes. |
|
Remove repeated rows from a 2D array. |
|
Block view of the input n-dimensional array (using re-striding). |
|
Rolling window view of the input n-dimensional array. |
|