rank

matplotlib

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

scikit-imageライブラリのrank.otsu関数を使った大津の適応的しきい値処理について解説。局所領域ごとに最適なしきい値を自動計算し、照明条件が不均一な画像でも効果的に2値化できる手法を実装例とともに紹介します。
python

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

scikit-imageの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により画像に平均化フィルタを適用した例について説明する。