morphology

python

[scikit-image] 53. 画像のラベリング(skimage.measure labelなど)

skimage.filtersのthreshold_otsu、morphologyのopening, closingなどによって、画像中の対象物をラベリングする方法について説明する。
python

[scikit-image] 45. グレースケール画像の白い部分、黒い部分をそれぞれ分離(skimage.morphology reconstruction)

ここでは、skimage morphology reconstructionにより画像中の白い部分と黒い部分をそれぞれ分離して表示する例について説明する。
python

[scikit-image] 23. 画像の細線化(morphology.skeletonize)

ここでは、skimage.morphology の skeletonizeを用いた画像の細線化について説明する。
python

[scikit-image] 11. 画像の凸包(morphology.convex_hull_image)

skimage.morphology の convex_hull_image による画像の凸包
python

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

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