matplotlib Animation [matplotlib animation] 68. 隣接領域グラフ(RAG)によるmerge_hierarchicalのthresh変化アニメーション matplotlibのFuncAnimationで画像の色が似ている領域を結合するskimage.feature graph merge_hierarchicalのパラメータであるtheshを変化させたときの画像の変化をアニメーションで表示する。 2020.01.11 matplotlib Animationpython画像処理
python [scikit-image] 62. 隣接領域グラフ(RAG)による色が似ている領域の結合(skimage.feature graph merge_hierarchical) scikit-imageライブラリのskimage.feature graphモジュールのmerge_hierarchical関数を使用して、画像の隣接領域グラフ(RAG)を構築し、色の類似した領域を効率的に結合する方法について解説します。 2020.01.10 python画像処理
matplotlib 3D [matplotlib 3D] 56. voxelグラフでRGB cube matplotlib mplot3dの3DボクセルグラフでRGB色空間を表示する。 2020.01.06 matplotlib 3Dmatplotlib Animationpython
python [scikit-image] 61. 画像の一部分を低解像度(ぼかし)にする(skimage.transform pyramid_gaussian, rescale) はじめにskimage.transform のpyramid_gaussian, rescaleを用いて、画像の一部分を低解像度(ぼかし加工)化する方法について説明する。コード解説モジュールのインポート画像の読み込みパロディア属の紅小町を用... 2020.01.02 python画像処理
python [scikit-image] 60. 画像の一部分を低解像度(モザイク)にする(skimage.transform pyramid_gaussian, rescale) skimage.transform のpyramid_gaussian, rescaleを用いて、画像の一部分を低解像度(モザイク)化する方法について説明する。 2020.01.02 python画像処理
その他 [matplotlibで錯視] 10. ムンカー錯視のアニメーション ムンカー錯視とは、帯状の構造内部にある物体が同じ色であるにも関わらず違った色に見える錯視である。周りの色と同じ色あいに見えるようになる色の同化効果と、反対の色あいに見えるようになる色の対比効果が関係していると言われている。ここでは縞模様の間隔を変化させることで起こる変化をアニメーションで表示する。 2019.12.30 その他錯視