Note
Go to the end to download the full example code
Map function to transform 2D image#

from skimage.exposure import adjust_gamma
import seaborn_image as isns
cells = isns.load_image("cells")[:, :, 32]
f = isns.imghist(cells, map_func=adjust_gamma, gamma=0.5)
Total running time of the script: ( 0 minutes 0.436 seconds)