matplotlib [scikit-image] 104. 写真をイラスト風変換する方法 scikit-imageライブラリを使用して写真をイラスト風に変換する方法を解説。segmentation.slic、graph.rag_mean_color、filters.unsharp_maskの各関数の役割と実装方法、調整のポイントを詳しく説明します。 2021.11.08 matplotlibpython画像処理
python [scikit-image] 62. 隣接領域グラフ(RAG)による色が似ている領域の結合(skimage.feature graph merge_hierarchical) scikit-imageライブラリのskimage.feature graphモジュールのmerge_hierarchical関数を使用して、画像の隣接領域グラフ(RAG)を構築し、色の類似した領域を効率的に結合する方法について解説します。 2020.01.10 python画像処理