matplotlib [scikit-image] 104. 写真のイラスト風変換(segmentation.slic, graph. rag_mean_color, filters. unsharp_mask) skimage.segmentation.slic, graph. rag_mean_color, filters. unsharp_maskを使って、写真画像をイラスト風に変換する例について説明する。 2021.11.08 matplotlibpython画像処理
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] 58. 日本地図を都道府県で分割(skimage.morphology opening, measure.label, filters.sobel) 画像の輪郭をsobelフィルタにより抽出し、抽出した輪郭ごとにラベリングする方法について、都道府県の境界が表示された日本地図のイラストを例として、説明する。 2019.12.02 python画像処理
python [scikit-image] 53. 画像のラベリング(skimage.measure labelなど) skimage.filtersのthreshold_otsu、morphologyのopening, closingなどによって、画像中の対象物をラベリングする方法について説明する。 2019.09.26 python画像処理