image

matplotlib

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

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

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

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

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

Matplotlibを使って画像を2×2、4×4、8×8など均等に分割表示する方法を解説。subplotsの使い方から複数画像の効率的な表示方法まで、Pythonでの画像処理に役立つテクニックを紹介します。
matplotlib

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

matplotlibのimshow関数を使用して画像の一部をカラー表示する技術を解説。モノクロ画像内の特定領域をカラーで強調し、視覚的に重要な情報を際立たせる方法を紹介しています。
python

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

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