rescale_intensity

matplotlib

[matplotlib animation] 108. フーリエ逆変換アニメーション

matplotlibのFuncAnimationでフーリエ逆変換によって画像の低周波成分から高周波成分にかけて順次表示していくアニメーションを表示する方法について説明する。
matplotlib

[scikit-image] 95. 画像を連結して表示(skimage.util montage)

skimage.util の montageで複数の画像を連結して表示する方法について説明する。
python

[scikit-image] 8. 各種均等化法によるコントラストの補正

skimage.exposureのrescale_intensity, equalize_histとequalize_adapthistによる画像のコントラストの補正
python

[scikit-image] 1. rgb2hedによるカラーデコンボリューション

scikit-imageのrgb2hedによるcolor deconvolutionについて説明する。