边缘检测代码我要分享

Edge detection code

matlab 代码 检测 边缘

关注次数: 254

下载次数: 0

文件大小: 1.23 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:对写入图像进行边缘检测,有canny算子,soble算子,log算子,Robert算子等,读入图像后先对彩色图像进行彩色变灰度处理,然后分别用几种边缘检测算子对灰度图像进行处理,显示在同一张图片里,有清晰的对比!


English Description:

Write image edge detection, a canny operator, soble operator log operator, Robert operator, reads in the image to color change the color image to grayscale, then used several edge detection operators for image processing, and appear in the same picture, there is a clear contrast!


代码预览