OpenCV图像处理:基于RANSAC的二维图像中直线、圆及椭圆的检测 C++

基于ransac的直线、圆及椭圆检测算法C++代码

LINK: https://github.com/Yiphy/Ransac-2d-Shape-Detection

# Ransac-2d-Shape-Detection
# line, circle and ellipse shapes detection in 2d images. 
# Zhang Yifei ([email protected])

1. Introduction
   This program implements the 2d shapes detection algothrim based on 
   RANSAC, including line, circle and ellipse. Please sent questions, 
   comments or bugs to Zhang Yifei([email protected])

   This software was developed/tested on Windows7 & visualStudio 2013.    
 
 2. License & Disclaimer
   Copyright @ 2017   Zhang Yifei([email protected])
   This software may be used for research purposes only.
   
   Part of this software was inspired by PCL-1.7.2's source code.
   
 3. Build and Run
   (1) Install OpenCV2.4.XX 
   (2) Compile this project with visual Studio 2013.




猜你喜欢

转载自blog.csdn.net/zhangSMILE123456/article/details/79267983