检测图片中的圆,并计算圆心坐标我要分享

Detect the circle in the picture and calculate the center coordinates of the circle

圆心坐标 霍夫变换检测 圆检测

关注次数: 356

下载次数: 0

文件大小: 5KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

可以检测图片中的圆,并计算圆心坐标,还可以检测直线等。


English Description:

It can detect the circle in the picture, calculate the center coordinates of the circle, and detect the straight line.


代码预览

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\README.md

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\find_circles.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\hough_circles_acc.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\hough_circles_draw.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\hough_lines_acc.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\hough_lines_draw.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\hough_peaks.m

Find-Lines-and-Circles-in-an-Image-Hough-Transform--master\main.m