slic

matplotlib Animation

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

matplotlibのFuncAnimationを使って、skimage.featureのmerge_hierarchical関数のthreshパラメータ変化による画像セグメンテーション結果の変化をアニメーションで可視化する方法を解説します。
matplotlib Animation

[matplotlib animation] 53. skimage.segmentation.slic()のcompactnessおよびn_segments変化アニメーション

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