python [scikit-image] 84. flood_fillのtoleranceにより塗りつぶす領域を変化させる(skimage.segmentation.flood_fill) skimage.segmentationのflood_fillでtoleranceを変化させたときに、塗りつぶされる領域がどのように変化するかを解説する。 2020.05.12 python画像処理
matplotlib Animation [matplotlib animation] 41. approximate_polygonのtolerance変化アニメーション matplotlibのFuncAnimationを使用して、scikit-imageのapproximate_polygon関数のtoleranceパラメータを変化させたときの多角形近似の変化をアニメーション化する方法を解説します。画像処理における形状単純化の視覚的理解に役立ちます。 2019.05.29 matplotlib Animationpython画像処理