label2rgb

matplotlib

[scikit-image] 104. 写真のイラスト風変換(segmentation.slic, graph. rag_mean_color, filters. unsharp_mask)

skimage.segmentation.slic, graph. rag_mean_color, filters. unsharp_maskを使って、写真画像をイラスト風に変換する例について説明する。
matplotlib Animation

[matplotlib animation] 68. 隣接領域グラフ(RAG)によるmerge_hierarchicalのthresh変化アニメーション

matplotlibのFuncAnimationで画像の色が似ている領域を結合するskimage.feature graph merge_hierarchicalのパラメータであるtheshを変化させたときの画像の変化をアニメーションで表示する。
python

[scikit-image] 58. 日本地図を都道府県で分割(skimage.morphology opening, measure.label, filters.sobel)

画像の輪郭をsobelフィルタにより抽出し、抽出した輪郭ごとにラベリングする方法について、都道府県の境界が表示された日本地図のイラストを例として、説明する。
python

[scikit-image] 53. 画像のラベリング(skimage.measure labelなど)

skimage.filtersのthreshold_otsu、morphologyのopening, closingなどによって、画像中の対象物をラベリングする方法について説明する。