np.random.choice

matplotlib Animation

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

matplotlibのFuncAnimationで3次元のランダムウォークアニメーションを表示する。
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により、元画像とノイズが乗った画像間のシフト量を求める方法について説明する。