# 2D-Shape-Match **Repository Path**: forgetpwd8/2D-Shape-Match ## Basic Information - **Project Name**: 2D-Shape-Match - **Description**: 2D shape match location rotation - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2D-Shape-Match # shape matching for translation and rotation cases (Zoom cases is not included by now) # Zhang Yifei (yiphyzhang@126.com) 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 Zhang Yifei(yiphyzhang@126.com) This software was developed/tested on Windows7 & visualStudio 2013. 2. License & Disclaimer Copyright @ 2018 Zhang Yifei(yiphyzhang@126.com) 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.