ellipse

matplotlib

[matplotlib] 109. パラリンピックシンボル

matplotlibでパラリンピックのシンボルを作成して表示する。
matplotlib

[scikit-image] 93. ラベリングした部分のアスペクト比と円形度を求めて表示

skimage.measure の label, regionprops_tableで2値画像のラベリングと計測を行い、ラベリングした部分のアスペクト比と円形度を求めて画像上に表示する方法について説明する。
matplotlib

[matplotlib animation] 85.様々な形状と色をもつ楕円をランダムに表示

matplotlibのFuncAnimationとmatplotlib.patches の Ellipseで様々な形状と色をもつ楕円をランダムに表示するアニメーションを作成する。
その他

[matplotlibで錯視] 13. オオウチ錯視

中央の囲まれた部分が動いて見えるオオウチ錯視をmatplotlibで作成して表示する。
python

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

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