tolerance

python

[scikit-image] 84. flood_fillのtoleranceにより塗りつぶす領域を変化させる(skimage.segmentation.flood_fill)

scikit-imageのflood_fill関数のtoleranceパラメータが塗りつぶし領域に与える影響を解説します。値を変えることで色の近さの許容範囲が調整でき、画像セグメンテーションの精度を向上させることができます。
matplotlib Animation

[matplotlib animation] 41. approximate_polygonのtolerance変化アニメーション

matplotlibのFuncAnimationを使用して、scikit-imageのapproximate_polygon関数のtoleranceパラメータを変化させたときの多角形近似の変化をアニメーション化する方法を解説します。画像処理における形状単純化の視覚的理解に役立ちます。