二值图像先用sobel 算子找出边缘我要分享

Firstly, Sobel operator is used to find the edge of binary image

circle-hough cornueq sobel算子 Radius hough变换-圆

关注次数: 279

下载次数: 0

文件大小: 13K

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!


English Description:

MATLAB language is given in this paper. Firstly, Sobel operator is used to find out the edge of binary image, then Hough transform is used to find out the center and radius of circle, and the image and explanation are attached!


代码预览