image

matplotlib

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

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

[matplotlib animation] 68. 隣接領域グラフ(RAG)によるmerge_hierarchicalのthresh変化アニメーション

matplotlibのFuncAnimationで画像の色が似ている領域を結合するskimage.feature graph merge_hierarchicalのパラメータであるtheshを変化させたときの画像の変化をアニメーションで表示する。
matplotlib

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

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

[matplotlib] 41. 画像の一部をカラーで表示

matplotlibのimshowで画像の一部をカラーで表示する方法について解説する。
python

[PIL] 1. Pythonの画像処理ライブラリPillow(PIL)

PythonのPILによる画像の処理方法