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変化アニメーション scikit-imageのslic関数を使った画像セグメント化において、compactnessとn_segmentsパラメータが結果に与える影響をmatplotlibアニメーションで視覚的に解説。パラメータ調整による変化を理解し、最適な設定を見つけるための参考資料。 2019.09.20 matplotlib Animationpython画像処理