python

matplotlib 3D

[NumPy] 20.配列のスライスをボクセルグラフで可視化

いろいろなスライス方法をmatplotlib mplot3dのvoxelグラフで可視化した例について説明する。
matplotlib

[matplotlib] 35. 線とマーカーの間に間隔をもたせた折れ線グラフ

マーカーと線の間に間隔をもたせることで視認性を高めたグラフについて説明する。
python

[scikit-image] 31. 位相相関から画像間のシフト量を求める(skimage.feature register_translation)

ここではskimage.featureのregister_translationにより、画像間のシフト量を求める方法について説明する。
matplotlib

[scikit-image] 30. 画像の構造類似性(skimage.measure compare_ssim)

ここではskimage.measureのcompare_ssimにより、画像の構造類似性を求める方法について説明する。
python

[scikit-image] 29. ヒストグラムマッチング(skimage.transform.match_histograms)

ここではskimage.transformの match_histogramsによるRGB画像の色味を合わせる方法について説明する。
matplotlib Animation

[matplotlib animation] 49. 区分的アフィン変換のアニメーション

ここではskimage.transformの PiecewiseAffineTransformと warp による画像の区分的アフィン変換を用いたアニメーションについて解説する。
python

[scikit-image] 28. 区分的アフィン変換(skimage.transform.PiecewiseAffineTransformとwarp)

ここではskimage.transformの PiecewiseAffineTransformと warp による画像の区分的アフィン変換について説明する。
matplotlib 3D

[matplotlib 3D] 53. 3Dグラフ上で注釈に画像を用いる方法

matplotlib mplot3dによる3Dグラフ上で画像による注釈を使用する方法について解説する。