Reference#
imgplot#
Axes level function to visualize 2-D images.
imshow#
Alias for imgplot
. Axes level function to visualize 2-D image data.
imghist#
Figure level function to visualize image data distribution along with the image.
ImageGrid#
Figure level function to visualize multi-dimensional images as well as collection of 2-D/3-D images.
rgbplot#
Figure level function to visualize RGB channels in a RGB image.
filterplot#
Axes level function to apply image filters and visualize them.
fftplot#
Axes level function to visualize the fast-fourier transform of the input image.
ParamGrid#
Figure level function that maps a function to input image and allows exploration of the interplay between different parameters of the mapped function.
load_image#
Load sample datasets from seaborn-image.
Settings#
Set global settings for drawing images.
Utilities#
Handy utility functions for despining axes, setting scientific ticks, etc.
Deprecated#
FilterGrid#
FilterGrid is deprecated. Use ParamGrid instead.