追跡

matplotlib Animation

[matplotlib animation] 74. テンプレートマッチングによる物体追跡アニメーション

matplotlibのFuncAnimationとscikit-imageのテンプレートマッチングを組み合わせて物体追跡アニメーションを作成する方法を解説。Pythonによる画像処理の実践的な応用例を示しています。
python

[scikit-image] 67. テンプレートマッチングを用いた移動体追跡と位置合わせ(skimage.feature match_template)

skimage.featureのmatch_templateにより、複数の画像に対してテンプレートマッチングを行うことで動く物体を追跡した例について説明する。