matplotlib [SciPy] 20. spatial.distanceのeuclideanで画像上の物体間のユークリッド距離を求める scipy.distanceのeuclideanにより画像中の物体間のユークリッド距離を求める方法について説明する。 2021.10.02 matplotlibpythonSciPy画像処理
python [scikit-image] 58. 日本地図を都道府県で分割(skimage.morphology opening, measure.label, filters.sobel) 画像の輪郭をsobelフィルタにより抽出し、抽出した輪郭ごとにラベリングする方法について、都道府県の境界が表示された日本地図のイラストを例として、説明する。 2019.12.02 python画像処理
python [scikit-image] 53. 画像のラベリング(skimage.measure labelなど) skimage.filtersのthreshold_otsu、morphologyのopening, closingなどによって、画像中の対象物をラベリングする方法について説明する。 2019.09.26 python画像処理