corner_harris

ipywidgets

[ipywidgets] 8. IntSliderでパラメータを調整してコーナー検出

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntSlider)で、skimage feature corner_harrisのパラメータを調整して、画像のコーナーを検出する方法について説明する。
python

[scikit-image] 43. Harrisコーナー検出(corner_harris)による画像のコーナー検出(skimage.feature hog)

skimage feature corner_harrisにより画像のコーナーを検出した例を示す。