Skip to main content
Ctrl+K

seaborn-image documentation

  • Gallery
  • API Reference
  • Tutorial
  • License
  • Changelog
  • GitHub
  • Twitter
  • Gallery
  • API Reference
  • Tutorial
  • License
  • Changelog
  • GitHub
  • Twitter

Section Navigation

  • 2-D image visualization
  • Apply image filter
  • Visualize image distribution
  • Fast Fourier Transform
  • Image filters
  • ImageGrid: Mutiple images on a single figure
  • RGB channels in RGB image
  • Multi-dimensional images
  • 4D image data
  • List of 3D images
  • Map function to transform 2D image
  • Interplay between function parameters using ParamGrid
  • Transform multi-dimensional images
  • ImageGrid: Apply changes to individual images
  • Outlier correction
  • Apply multiple transformations to 2-D image
  • Apply multiple transformations to list of 2-D images
  • Example gallery
  • 4D image data

Note

Go to the end to download the full example code.

4D image data#

plot ImageGrid 4d
import seaborn_image as isns

isns.set_image(origin="lower")

cifar = isns.load_image("cifar10")

g = isns.ImageGrid(cifar, cbar=False, height=1, col_wrap=10)

Total running time of the script: (0 minutes 1.568 seconds)

Download Jupyter notebook: plot_ImageGrid_4d.ipynb

Download Python source code: plot_ImageGrid_4d.py

Download zipped: plot_ImageGrid_4d.zip

Gallery generated by Sphinx-Gallery

previous

Multi-dimensional images

next

List of 3D images

Edit on GitHub
Show Source

© Copyright 2020 - 2024, Sarthak Jariwala.

Created using Sphinx 7.1.2.

Built with the PyData Sphinx Theme 0.15.4.