matplotlib [matplotlib animation] 91. 画像の複製アニメーション 1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.15 matplotlibmatplotlib Animationpython画像処理
matplotlib [matplotlib animation] 90. 画像の分割アニメーション 1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.12 matplotlibmatplotlib Animationpython画像処理
python [scikit-image] 62. 隣接領域グラフ(RAG)による色が似ている領域の結合(skimage.feature graph merge_hierarchical) skimage.feature graphのmerge_hierarchicalを用いて、隣接領域グラフ(RAG)を構築し、似ている色領域を結合する例について説明する。 2020.01.10 python画像処理
matplotlib [matplotlib] 43. 画像を2n×2nに分割して表示 画像を2x2,4x4や8x8に分割して表示する方法について説明する。 2019.10.04 matplotlibpython画像処理
python [scikit-image] 1. rgb2hedによるカラーデコンボリューション scikit-imageのrgb2hedによるcolor deconvolutionについて説明する。 2019.04.02 python画像処理
matplotlib [matplotlib] 20. mpl_toolkits.axes_grid1 の使い方(ラベルとカラーバー) axes_grid1を用いて複数の画像を表示する際のラベルとカラーバーの設定方法 2019.03.05 matplotlibpython
matplotlib [matplotlib] 19. mpl_toolkits.axes_grid1 の使い方(画像の表示) axes_grid1のImageGridを用いて複数の画像を表示する方法 2019.03.04 matplotlibpython