matlab 图像边缘检测
I=imread('Mary.bmp');imshow(I);title('宿主图像');BW1=edge(I,'canny');BW2=edge(I,'log');BW...
I=imread('Mary.bmp');
imshow(I);
title('宿主图像');
BW1=edge(I,'canny');
BW2=edge(I,'log');
BW3=edge(I,'soble');
BW4=edge(I,'Roberts');
BW5=edge(I,'Prewitt');
figure;
subplot(2,3,1);imshow(BW1);
title('canny算子');
subplot(2,3,2);imshow(BW2);
title('log算子');
subplot(2,3,3);imshow(BW3);
title('soble算子');
subplot(2,3,4);imshow(BW4);
title('Roberts算子');
subplot(2,3,5);imshow(BW5);
title('Prewitt算子');
imwrite(BW1,'cannyedge.bmp');
就出现一个图像,
error
??? Error using ==> edge>parse_inputs
Invalid input string: 'soble'.
Error in ==> edge at 161
[a,method,thresh,sigma,H,kx,ky] = parse_inputs(varargin{:}); 展开
imshow(I);
title('宿主图像');
BW1=edge(I,'canny');
BW2=edge(I,'log');
BW3=edge(I,'soble');
BW4=edge(I,'Roberts');
BW5=edge(I,'Prewitt');
figure;
subplot(2,3,1);imshow(BW1);
title('canny算子');
subplot(2,3,2);imshow(BW2);
title('log算子');
subplot(2,3,3);imshow(BW3);
title('soble算子');
subplot(2,3,4);imshow(BW4);
title('Roberts算子');
subplot(2,3,5);imshow(BW5);
title('Prewitt算子');
imwrite(BW1,'cannyedge.bmp');
就出现一个图像,
error
??? Error using ==> edge>parse_inputs
Invalid input string: 'soble'.
Error in ==> edge at 161
[a,method,thresh,sigma,H,kx,ky] = parse_inputs(varargin{:}); 展开
1个回答
展开全部
你把这行代码BW3=edge(I,'soble'); 改成BW3=edge(I,'sobel');就可以运行了,我试过了,这地方拼写错了,所以无法运行。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
深圳市金亚太科技
2024-12-02 广告
2024-12-02 广告
AI边缘计算盒是一款专为边缘计算环境设计的高性能计算设备,它结合了先进的处理器技术、丰富的接口选项和优化的操作系统,以满足各种边缘计算需求,如视频分析、工业自动化、智能监控等。关键特性高性能处理器:搭载高性能的CPU和GPU,能够处理复杂的...
点击进入详情页
本回答由深圳市金亚太科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询