ImageGrid

matplotlib

[matplotlib animation] 91. 画像の複製アニメーション

matplotlibのFuncAnimationを使って1枚の画像を複製し、動きのあるアニメーションを作成する方法を解説。Python初心者でも理解できるコード例と詳細な手順で実装できます。
matplotlib

[matplotlib animation] 90. 画像の分割アニメーション

matplotlibのFuncAnimationを使って1枚の画像を分割表示するアニメーション作成方法を解説。画像を分割して順番に表示するプログラミング技術を学び、視覚的に魅力的なアニメーション効果を実現する方法を紹介します。
python

[scikit-image] 62. 隣接領域グラフ(RAG)による色が似ている領域の結合(skimage.feature graph merge_hierarchical)

scikit-imageライブラリのskimage.feature graphモジュールのmerge_hierarchical関数を使用して、画像の隣接領域グラフ(RAG)を構築し、色の類似した領域を効率的に結合する方法について解説します。
matplotlib

[matplotlib] 43. 画像を2n×2nに分割して表示

画像を2x2,4x4や8x8に分割して表示する方法について説明する。
python

[scikit-image] 1. rgb2hedによるカラーデコンボリューション

scikit-imageのrgb2hedによるcolor deconvolutionについて説明する。
matplotlib

[matplotlib] 20. mpl_toolkits.axes_grid1 の使い方(ラベルとカラーバー)

axes_grid1を用いて複数の画像を表示する際のラベルとカラーバーの設定方法
matplotlib

[matplotlib] 19. mpl_toolkits.axes_grid1 の使い方(画像の表示)

axes_grid1のImageGridを用いて複数の画像を表示する方法