基于OpenCV开发的二维形状匹配方法 2D shape matching based on OpenCV

基于OpenCV开发的二维形状匹配方法 2D shape matching based on OpenCV
现在包括平移和选择的情况
GitHub代码链接(不定期更新):https://github.com/Yiphy/2D-Shape-Match

效果实例:Model1的匹配

README:
# 2D-Shape-Match
# shape matching for translation and rotation cases (Zoom cases is not included by now)
# [email protected]

1. Introduction
   This program implements the 2d shapes matching algothrim for translation
   and rotation cases, based on OpenCV. Please sent questions, comments or
   bugs to me. ([email protected])

   This software was developed/tested on Windows7 & visualStudio 2013.   

2. License & Disclaimer
   Copyright @ 2018 ([email protected])
   This software may be used for research purposes only.
     
3. Build and Run
   (1) Install OpenCV2.4.XX
   (2) Compile this project with visual Studio 2013.

猜你喜欢

转载自blog.csdn.net/zhangSMILE123456/article/details/80699574
今日推荐