画像処理

matplotlib Animation

[matplotlib animation] 44. skimage.transform.swirlのstrength変化アニメーション

画像の非線形変換である渦巻き(skimage.transform.swirl)のパラメータ(strength)を変化させたときの画像の変化をmatplotlib FuncAnimationのアニメーションで表示する。
python

[scikit-image] 24. 画像の非線形変換(渦巻き模様:transform.swirl)

ここでは、skimage.transformのswirlを用いた画像の非線形変換(渦巻き)について説明する。
python

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

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

[scikit-image] 22. ハフ変換による楕円の検出(transform.hough_ellipse)

skimage.transform の hough_ellipseを用いた楕円の検出について
python

[scikit-image] 21. ハフ変換による円の検出(transform.hough_circle)

skimage.transform の hough_circleを用いた円の検出について説明する。
matplotlib Animation

[matplotlib animation] 41. approximate_polygonのtolerance変化アニメーション

matplotlib FuncAnimationによる、approximate_polygonのtoleranceを変化させるアニメーション
matplotlib Animation

[matplotlib animation] 40. subdivide_polygonの各degreeにおける実行回数変化アニメーション

matplotlib FuncAnimationによる、subdivide_polygonのdegree=1, 2, 3における実行回数変化アニメーション
python

[scikit-image] 20. 図形の近似と細分化(measure.approximate_polygon)

skimage.measure の approximate_polygonを用いた図形の近似