画像処理

python

[scikit-image] 3. RGB画像をグレースケールに変換

skimage.colorのrgb2grayでRGB画像をグレースケール画像に変換する
python

[scikit-image] 2. RGB画像のフィルタ処理

skimage.color.adapt_rgbでRGB画像にグレースケール画像用フィルタを適用する方法を説明する。
python

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

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

[SciPy] 5. ndimageのmeasurements, morphologyで実生サボテンのラベリングとサイズ計測

SciPy, ndimageのmeasurements, morphology を用いてサボテンのラベリングとサイズ計測などを行った例についてに説明する。
python

[PIL] 1. Pythonの画像処理ライブラリPillow(PIL)

PythonのPILによる画像の処理方法
python

[SciPy] 3. ndimageによる画像処理

SciPyのndimageによる画像の処理方法
matplotlib

[matplotlib] 24. 画像

matplotlibでの画像の取扱方法について説明する。