Module: viewer.utils
skimage.viewer.utils.figimage (image[, ...]) | Return figure and axes with figure tightly surrounding image. |
skimage.viewer.utils.init_qtapp () | Initialize QAppliction. |
skimage.viewer.utils.new_plot ([parent, ...]) | Return new figure and axes. |
skimage.viewer.utils.start_qtapp ([app]) | Start Qt mainloop |
skimage.viewer.utils.update_axes_image (...) | Update the image displayed by an image plot. |
skimage.viewer.utils.ClearColormap (rgb[, ...]) | Color map that varies linearly from alpha = 0 to 1 |
skimage.viewer.utils.FigureCanvas (figure, ...) | Canvas for displaying images. |
skimage.viewer.utils.LinearColormap (name, ...) | LinearSegmentedColormap in which color varies smoothly. |
skimage.viewer.utils.RequiredAttr ([init_val]) | A class attribute that must be set before use. |
Please login to continue.