rank

matplotlib

[scikit-image] 96. 大津の適応的しきい値処理による画像の2値化(skimage.filters rank.otsu)

skimage.filtersのrank.otsuで大津の方法で適応的しきい値処理を行う方法について説明する。
python

[scikit-image] 57. 画像の勾配を利用したWatershedセグメンテーション(skimage.morphology watershed, rank.gradient)

skimage.morphology のwatershedは、画像内の異なるオブジェクトを分離するためのアルゴリズムである。ここでは、画像の勾配を利用してwatershedアルゴリズムによりイラストをセグメント化した例について説明する。
matplotlib Animation

[matplotlib animation] 50. rank.mean_bilateralを用いた平均化する領域が変化していくアニメーション

ここではskimage.rank.mean_bilateralのs0, s1が変化するアニメーションについて解説する。
python

[scikit-image] 35. 平均化フィルタによる画像の平滑化(skimage.rank mean, mean_percentile, mean_percentile)

ここでは、skimage rank mean, mean_percentile, mean_percentileにより画像に平均化フィルタを適用した例について説明する。