rotate

matplotlib

[matplotlib animation] 83.ロケットで斜方投射

matplotlibのFuncAnimationで斜方投射のアニメーションをロケットの画像を用いて表示する。ロケットは常に進行方向を向くようにskimage.transform.rotateで回転させる。
python

[scikit-image] 87. rotateで画像の中心を原点として回転する(skimage.transform. rotate)

skimage.transformのrotateで画像を中心を原点として回転させる方法について説明する。