有一个用matlab实现对图像进行‘sobel’锐化和边界提取,不知道哪里出错,总是不对
a=imread('123.jpg');I=rgb2gray(a);h=fspecial('sobel');%生成sobel模板%BW1=edge(I,'sobel',h...
a= imread('123.jpg ');
I=rgb2gray(a);
h=fspecial('sobel '); %生成 sobel 模板
%BW1=edge(I, 'sobel ',horizontal);
BW2=imfilter(I,h); imshow(I);
%figure,imshow(BW1);
figure,imshow(BW2);
总显示这样,求高手帮忙???
??? Error using ==> iptcheckstrs
Function FSPECIAL expected its first input argument, TYPE,
to match one of these strings:
gaussian, sobel, prewitt, laplacian, log, average, unsharp, disk, motion
The input, 'sobel ', did not match any of the valid strings.
Error in ==> fspecial>ParseInputs at 247
type = iptcheckstrs(type,{'gaussian','sobel','prewitt','laplacian','log',...
Error in ==> fspecial at 97
[type, p2, p3] = ParseInputs(varargin{:});
Error in ==> bytq at 3
h=fspecial('sobel '); %生成 sobel 模板 展开
I=rgb2gray(a);
h=fspecial('sobel '); %生成 sobel 模板
%BW1=edge(I, 'sobel ',horizontal);
BW2=imfilter(I,h); imshow(I);
%figure,imshow(BW1);
figure,imshow(BW2);
总显示这样,求高手帮忙???
??? Error using ==> iptcheckstrs
Function FSPECIAL expected its first input argument, TYPE,
to match one of these strings:
gaussian, sobel, prewitt, laplacian, log, average, unsharp, disk, motion
The input, 'sobel ', did not match any of the valid strings.
Error in ==> fspecial>ParseInputs at 247
type = iptcheckstrs(type,{'gaussian','sobel','prewitt','laplacian','log',...
Error in ==> fspecial at 97
[type, p2, p3] = ParseInputs(varargin{:});
Error in ==> bytq at 3
h=fspecial('sobel '); %生成 sobel 模板 展开
展开全部
亲测结果如下:
你的sobel后面多了一个空格。
希望能帮到你。祝顺利。
你的sobel后面多了一个空格。
希望能帮到你。祝顺利。
追问
真的好厉害呀!!!可不可以再帮我看看这个呢,我不知道那个histep怎么回事。。谢谢哦亲
I=imread(‘1.bmp’);
J=histep(I);
subplot(2,2,1); imshow(I); %原图像
subplot(2,2,2); imshow(I,64); %原图像直方图
subplot(2,2,3); imshow(J); %直方图均衡化所得的图像
subplot(2,2,4); imshow(J,64); %均衡化后的直方图
??? Undefined command/function 'histep'.
Error in ==> zft at 2
J=histep(I);
追答
错误如下:
你的直方图的histep应该为histeq,意为直方图均衡化(histogram equalization)
祝开心。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
东莞大凡
2024-08-07 广告
2024-08-07 广告
标定板认准大凡光学科技,专业生产研发厂家,专业从事光学影像测量仪,光学投影测量仪.光学三维测量仪,光学二维测量仪,光学二维测量仪,光学三维测量仪,光学二维测量仪.的研发生产销售。东莞市大凡光学科技有限公司创立于 2018 年,公司总部坐落于...
点击进入详情页
本回答由东莞大凡提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询