threshold_otsu

python

[scikit-image] 53. 画像のラベリング(skimage.measure labelなど)

skimage.filtersのthreshold_otsu、morphologyのopening, closingなどによって、画像中の対象物をラベリングする方法について説明する。
python

[scikit-image] 50. しきい値処理でグレースケール画像をバイナリ画像に変換

skimage.filtersのthreshold_otsuによるしきい値処理について説明する。