ndimage
    Top > Python > scipy
    画像処理などによく用いられるモジュール.
    grey_erosion, grey_dilation
    grey_erosion(grey_dilation)は対象要素の周辺の要素群の最小値(最大値)を求め,対象要素をそれに置き換える.
    References
    画像の幾何学的変換 — Scipy lecture notes + http://www.turbare.net/transl/scipy-lecture-notes/intro/image_processing/image_processing.html