Skip to main content
Ctrl+K

seaborn-image documentation

Site Navigation

  • Gallery
  • API Reference
  • Tutorial
  • License
  • Changelog

Site Navigation

  • Gallery
  • API Reference
  • Tutorial
  • License
  • Changelog

Section Navigation

  • 2-D image visualization
  • Apply image filter
  • Visualize image distribution
  • Fast Fourier Transform
  • 4D image data
  • Image filters
  • List of 3D images
  • ImageGrid: Mutiple images on a single figure
  • RGB channels in RGB image
  • Multi-dimensional 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
  • Interplay between function parameters using ParamGrid

Note

Go to the end to download the full example code

Interplay between function parameters using ParamGrid#

mode : reflect, mode : nearest, mode : mirror
import seaborn_image as isns

img = isns.load_image("polymer")

g = isns.ParamGrid(
    img,
    "gaussian",
    row="sigma",
    col="mode",
    sigma=[2, 3, 4],
    mode=["reflect", "nearest", "mirror"],
    cmap="magma",
)

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

Download Python source code: plot_paramgrid.py

Download Jupyter notebook: plot_paramgrid.ipynb

Gallery generated by Sphinx-Gallery

previous

Map function to transform 2D image

next

Transform multi-dimensional images

Edit on GitHub
Show Source

© Copyright 2020 - 2023, Sarthak Jariwala.

Created using Sphinx 7.0.1.

Built with the PyData Sphinx Theme 0.13.3.