模板匹配

发布时间 2024-01-10 14:26:28作者: 哈库拉

https://www.cnblogs.com/almn/p/17460636.html

intel sse /avx 指令 https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html

Prof. Dr. Carsten Steger(Halcon)
Some video and publications(At the bottom)
shape_based_matching

#This is all the relevant information I have collected (some duplicates)
##Perspective Planar Shape Matching
[2009] Perspective Planar Shape Matching - spie-7251-09-hofhauser-etal.pdf
[2009]Edge-Based Template Matching with a Harmonic Deformation Model - visigrapp-2008-sel-hofhauser-etal.pdf
[2008]Edge-based Template Matching and Tracking for Perspectively Distorted Planar Objects - isvc-2008-hofhauser-etal.pdf
[2008]Harmonic deformation model for edge based template matching - visapp-2008-hofhauser-etal.pdf

##Performance Evaluation of 2D Object Recognition Techniques
[2002]Performance Evaluation of 2D Object Recognition Techniques - pf-2002-01-ulrich-steger.pdf
[2002]Performance Comparison of 2D Object Recognition Techniques - isprs-comm-iii-ulrich-steger.pdf
[2001]Empirical Performance Evaluation of Object Recognition Methods - eemcv-2001-ulrich-steger.pdf

##Similarity Measures
[2001]Similarity Measures for Occlusion, Clutter, and Illumination Invariant Object Recognition - dagm-2001-steger.pdf
[2002]Occlusion, Clutter, and Illumination Invariant Object Recognition - isprs-comm-iii-steger.pdf

##Hough Transform
[2001]Real-Time Object Recognition Using a Modified Generalized Hough Transform - dgpf-2001-ulrich-etal.pdf
[2001]Real-Time Object Recognition in Digital Images for Industrial Applications - optical-3d-2001-ulrich-etal.pdf

##Others
[2002]Automatic Hierarchical Object Decomposition for Object Recognition - isprs-comm-v-ulrich-etal.pdf
Carsten Steger
AndreasHofhauser
OpenCV: Shape Distance and Matching
cv::GeneralizedHough
cv::cuda
Smorodov/LogPolarFFTTemplateMatcher: OpenCV Fourier-Mellin algorithm implementation.