matplotlib [scikit-image] 30. 画像の構造類似性(skimage.measure compare_ssim) ここではskimage.measureのcompare_ssimにより、画像の構造類似性を求める方法について説明する。 2019.07.05 matplotlibpython画像処理
python [scikit-image] 29. ヒストグラムマッチング(skimage.transform.match_histograms) ここではskimage.transformの match_histogramsによるRGB画像の色味を合わせる方法について説明する。 2019.07.05 python画像処理
matplotlib Animation [matplotlib animation] 49. 区分的アフィン変換のアニメーション ここではskimage.transformの PiecewiseAffineTransformと warp による画像の区分的アフィン変換を用いたアニメーションについて解説する。 2019.06.29 matplotlib Animationpython画像処理
python [scikit-image] 28. 区分的アフィン変換(skimage.transform.PiecewiseAffineTransformとwarp) ここではskimage.transformの PiecewiseAffineTransformと warp による画像の区分的アフィン変換について説明する。 2019.06.29 python画像処理
matplotlib 3D [matplotlib 3D] 53. 3Dグラフ上で注釈に画像を用いる方法 matplotlib mplot3dによる3Dグラフ上で画像による注釈を使用する方法について解説する。 2019.06.28 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 52. 3Dグラフでマーカーとして画像を使用する方法 matplotlib mplot3dによる3Dグラフ上でマーカーとして画像を表示する方法について解説する。 2019.06.28 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 51. 3Dグラフ上に画像を表示 matplotlib mplot3dによる3Dグラフ上に画像を表示する。 2019.06.26 matplotlib 3Dpython
matplotlib 3D [matplotlib 3D] 50. 3Dグラフにおけるアスペクト比の設定 matplotlib mplot3dで作成する3Dグラフでアスペクト比を揃えるために、ax.set_aspect('equal')とすると、NotImplementedErrorが出るようになった(matplotlib 3.1.0から)。ax.set_aspect('equal')を使わずにアスペクト比を揃える方法について検討した。 2019.06.26 matplotlib 3Dpython