2019-05

matplotlib Animation

[matplotlib animation] 43. データの追加によるヒストグラムの形状変化アニメーション

matplotlib FuncAnimationによる、データの追加によりヒストグラムの形状が変わっていくアニメーション
matplotlib Animation

[matplotlib animation] 42. データの積算によるノイズリダクションアニメーション

matplotlib FuncAnimationによる、データの積算によりノイズを低減させるアニメーション
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を用いた図形の近似
matplotlib Animation

[matplotlib animation] 39. ハフ変換により検出した線を順次表示するアニメーション

matplotlib FuncAnimationによる、輪郭画像のハフ変換から検出した線を順次表示していくアニメーション
python

[scikit-image] 19. 画像のHough変換(transform.probabilistic_hough_line)

skimage.transform の probabilistic_hough_lineを用いたハフ変換による直線検出
matplotlib 3D

[matplotlib animation] 38. 3Dグラフの縦&横回転アニメーション

matplotlib FuncAnimationによる3Dグラフの縦&横回転アニメーションについて説明する。