sabopy

matplotlib 3D

[matplotlib animation] 48. 3Dグラフ上でのテキストのアニメーション

matplotlibのmplot3dで表示する3Dグラフ上でのテキストのアニメーションについて解説する。
python

[scikit-image] 27. 画像のサイズ変更、形状変更(skimage.transform.rescale など)

ここではskimage.transformの rescale, resize, downscale_local_mean による画像のサイズに関するいくつかの変更方法について説明する。
python

[scikit-image] 26. 画像の周囲を補間する(skimage.util.pad)

ここでは、skimage.utilのpadによる画像の周囲を補間する方法について説明する。
matplotlib 3D

[matplotlib animation] 47. Voxelで作成したNumPyロゴの色変化アニメーション(カラー)

Voxelグラフで作成したNumPyロゴの色を変化させたアニメーションをmatplotlib FuncAnimationで表示する。
matplotlib 3D

[matplotlib animation] 46. Voxelで作成したNumPyロゴの色変化アニメーション(グレースケール)

Voxelグラフで作成したNumPyロゴの色をグレースケールで変化させたアニメーションをmatplotlib FuncAnimationで表示する。
NumPy

[NumPy] 18.行列の1次元への変換(フラット化)

NumPyにおいて、行列を1次元にフラット化する方法とflattenとravelの違いについて解説する。
python

[scikit-image] 25. 一定倍率で縮小された連続画像を生成(transform.pyramid_gaussian)

ここでは、skimage.transformのpyramid_gaussianによる一定倍率で縮小された連続画像の生成方法について説明する。
matplotlib Animation

[matplotlib animation] 45. skimage.transform.swirlのradius変化アニメーション

画像の非線形変換である渦巻き(skimage.transform.swirl)のパラメータ(radius)を変化させたときの画像の変化をmatplotlib FuncAnimationのアニメーションで表示する。