开发者

Computer Vision - template matching algorithms [closed]

开发者 https://www.devze.com 2023-03-15 11:06 出处:网络
As it currently stands, this question is not a开发者_如何学C good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely sol
As it currently stands, this question is not a开发者_如何学C good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Can someone recommend me some good bibliographic material regarding template matching algorithms and techniques? (book, articles, matlab functions)


http://www.hoepli.it/libro/fundamentals-of-digital-image-processing/9780470844731.asp

http://oreilly.com/catalog/9780596516130

i've bought these 2 books for my thesis, template matching is well explained (especially in the first one).

i also suggest http://www.araa.asn.au/acra/acra2004/papers/cole.pdf which is a well written article (from wikipedia) and maybe check out the OpenSURF (c++ library for features extraction) paper http://www.chrisevansdev.com/computer-vision-opensurf.html


Functions for template matching in software systems:

Matlab offers normxcorr2 to perform normalized cross correlation.

Mathematica offers the function ImageCorrelate. Its third argument covers all the classical distance functions used in template matching: http://reference.wolfram.com/mathematica/ref/ImageCorrelate.html

0

精彩评论

暂无评论...
验证码 换一张
取 消