binary

python

[scikit-image] 72. バイナリ画像で対象物の輪郭を検出して表示(skimage.measure find_contours)

skimage.measureのfind_contoursで、バイナリ画像上で対象物の輪郭を検出して画像中に表示する方法について説明する。
matplotlib

[matplotlib animation] 72.しきい値を連続的に変化させたときの2値化とラベリングのアニメーション

matplotlibのFuncAnimationでしきい値を連続的に変化させたときの2値化とラベリングのアニメーションを表示する。