match_template

matplotlib Animation

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

matplotlibのFuncAnimationでscikit-imageのテンプレートマッチングで物体追跡をしたアニメーションを表示する。
python

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

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

[scikit-image] 44. テンプレートマッチングによる画像識別(skimage.feature match_template)

skimage feature match_templateによりテンプレート画像と一致する部分を画像中から検出した例を示す。