mp4

matplotlib

[matplotlib animation] 94. ボロノイ図のアニメーション

scipy.spatialのVoronoi, voronoi_plot_2dで順次出現する点のボロノイ図を生成するアニメーションをmatplotlibのFuncAnimationによって作成する
matplotlib

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

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

[matplotlib animation] 74. テンプレートマッチングによる物体追跡アニメーション

matplotlibのFuncAnimationでscikit-imageのテンプレートマッチングで物体追跡をしたアニメーションを表示する。
matplotlib

[Python] 1. imageioでMP4ファイルからPNG画像を出力

画像ファイルを扱うライブラリであるimageioで動画ファイル(.mp4)からPNG画像を出力する方法を説明する。