python [scikit-image] 17. 図形の描写(draw.line, polygonなど) skimage.draw の circle_perimeter, ellipse_perimeterなどを用いた図形の描写について説明する。 2019.05.13 python画像処理
matplotlib Animation [matplotlib animation] 25. サインポール(理容店を示す細長い円柱状の看板) Matplotlibのアニメーション機能(FuncAnimation)を使用して、理容店の象徴であるサインポールの回転する縞模様を表現する方法を解説します。円柱状の看板に螺旋状に動く赤白青の縞模様を再現するPythonコードとその実装手順を紹介します。 2019.01.29 matplotlib Animationpython
matplotlib 3D [matplotlib 3D] 11. 3Dグラフ上に円、線、面などの図形を表示する方法(pathpatch3d) matplotlibの3Dグラフに円や線、面などの2次元図形を3D空間に投影する方法を解説。pathpatch3dモジュールを使って2Dのパスオブジェクトを3D空間に配置する手法を紹介し、視覚的に豊かな3Dグラフ表現を実現する方法を説明します。 2018.11.25 matplotlib 3Dpython