matlab 数字图像处理中 如图[ ]表示什么含义?有什么作用?

 我来答
伊荷叶下
2015-08-10 · TA获得超过119个赞
知道答主
回答量:82
采纳率:100%
帮助的人:46.5万
展开全部

  I = imread('football.jpg');
I = rgb2gray(I);
subplot(121),imshow(I,[ ]);
subplot(122),imshow(I,[100, 200]);

上面显示的代码效果。

imshow(I,[LOW HIGH]) displays the grayscale image I, specifying the display
    range for I in [LOW HIGH]. The value LOW (and any value less than LOW)
    displays as black, the value HIGH (and any value greater than HIGH) displays   as white. Values in between are displayed as intermediate shades of gray,    using the default number of gray levels. If you use an empty matrix ([]) for    [LOW HIGH], imshow uses [min(I(:)) max(I(:))]; that is, the minimum value in    I is displayed as black, and the maximum value is displayed as white.

像素小于100的显示为黑色,大于200显示为0。如果不设置正常显示

手机用户66021
2015-08-08
知道答主
回答量:58
采纳率:0%
帮助的人:9.5万
展开全部
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式