python

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グラフの縦&横回転アニメーションについて説明する。
matplotlib 3D

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

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

[Pandas] 27. Pandasで計算(サンプルの密度を求める)

Pandasで固体試料の密度を計算する(アルキメデス法)
python

[scikit-image] 18. ランダム図形を描写(draw.random_shapes)

skimage.draw の random_shapesによるランダムな図形の描写
python

[scikit-image] 17. 図形の描写(draw.line, polygonなど)

skimage.draw の circle_perimeter, ellipse_perimeterなどを用いた図形の描写について説明する。
matplotlib

[scikit-image] 16. エッジ演算子(filters.roberts, sobel)

skimage.filters の roberts, sobelを用いた画像のエッジ検出について説明する。