ImageGrid

matplotlib

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

1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

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

1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
python

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

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を用いて複数の画像を表示する方法