np.random.choice

matplotlib Animation

[matplotlib animation] 66. 3次元ランダムウォークアニメーション

matplotlibのFuncAnimationを使用して3次元空間でのランダムウォークアニメーションを作成する方法を解説します。Pythonでの動的な3Dビジュアライゼーションの実装例と解説を提供します。
matplotlib Animation

[matplotlib animation] 65. 2次元ランダムウォークアニメーション

matplotlibのFuncAnimationで2次元のランダムウォークアニメーションを表示する。
matplotlib Animation

[matplotlib animation] 64. 1次元ランダムウォークアニメーション

matplotlibのFuncAnimationで1次元のランダムウォークアニメーションを表示する。
python

[scikit-image] 32. 相互相関によりノイズを加えた画像のシフト量を求める(skimage.feature masked_register_translation)

skimage.featureのmasked_register_translationにより、元画像とノイズが乗った画像間のシフト量を求める方法について説明する。