matplotlib [scikit-image] 91. 各種エッジフィルタの回転不変性の比較 scikit-imageライブラリのエッジ検出フィルタ(sobel、prewitt、farid、scharr)の回転不変性を比較分析。回転不変性はfarid、scharr、sobel、prewittの順に高く、各フィルタの適用結果画像を表示しています。 2021.01.31 matplotlibpython画像処理
matplotlib [scikit-image] 90. sobelフィルタで画像の各画素における勾配を求める scikit-imageのsobelフィルタを使って画像の勾配を計算する方法を解説。sobel、sobel_h、sobel_v関数の使い方と実装例を紹介し、エッジ検出における勾配の重要性と応用例について詳しく説明します。 2021.01.29 matplotlibpython画像処理
python [scikit-image] 58. 日本地図を都道府県で分割(skimage.morphology opening, measure.label, filters.sobel) 画像の輪郭をsobelフィルタにより抽出し、抽出した輪郭ごとにラベリングする方法について、都道府県の境界が表示された日本地図のイラストを例として、説明する。 2019.12.02 python画像処理
matplotlib [scikit-image] 16. エッジ演算子(filters.roberts, sobel) skimage.filters の roberts, sobelを用いた画像のエッジ検出について説明する。 2019.05.10 matplotlibpython画像処理