matplotlib [matplotlib animation] 83.ロケットで斜方投射 matplotlibのFuncAnimationで斜方投射のアニメーションをロケットの画像を用いて表示する。ロケットは常に進行方向を向くようにskimage.transform.rotateで回転させる。 2020.06.14 matplotlibmatplotlib Animationpython画像処理
python [scikit-image] 87. rotateで画像の中心を原点として回転する(skimage.transform. rotate) skimage.transformのrotateで画像を中心を原点として回転させる方法について説明する。 2020.06.14 python画像処理