有一个用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)
祝开心。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
光点科技
2023-08-15 广告
2023-08-15 广告
通常情况下,我们会按照结构模型把系统产生的数据分为三种类型:结构化数据、半结构化数据和非结构化数据。结构化数据,即行数据,是存储在数据库里,可以用二维表结构来逻辑表达实现的数据。最常见的就是数字数据和文本数据,它们可以某种标准格式存在于文件...
点击进入详情页
本回答由光点科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询