matplotlib 画像処理
matplotlib
python [scikit-image] 58. 日本地図を都道府県で分割(skimage.morphology opening, measure.label, filters.sobel)
python [scikit-image] 57. 画像の勾配を利用したWatershedセグメンテーション(skimage.morphology watershed, rank.gradient)
python [scikit-image] 56. Watershedセグメンテーション(skimage.morphology watershed)
matplotlib [matplotlib] 43. 画像を2n×2nに分割して表示
python [scikit-image] 55. ランダムウォーカーセグメンテーション(skimage.segmentation random_walker)
python [scikit-image] 54. ラベリングした領域のサイズ、角度、重心などの測定(skimage.measure regionprops)
python 