matplotlib [scikit-image] 104. 写真をイラスト風変換する方法 scikit-imageライブラリを使用して写真をイラスト風に変換する方法を解説。segmentation.slic、graph.rag_mean_color、filters.unsharp_maskの各関数の役割と実装方法、調整のポイントを詳しく説明します。 2021.11.08 matplotlibpython画像処理
matplotlib Animation [matplotlib animation] 53. skimage.segmentation.slic()のcompactnessおよびn_segments変化アニメーション カラー画像をk平均法でクラスタリングするskimage segmentation slic を使ってセグメント化する際、パラメータとしてcompactnessおよびn_segmentsを設定する必要がある。ここでは、これらのパラメータがセグメント化の結果に及ぼす影響について調査した。 2019.09.20 matplotlib Animationpython画像処理