标题:为什么map为空
只看楼主
xiaoxiaozhu
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-4-20
 问题点数:0 回复次数:1 
为什么map为空

当我用[I,map]=imread('1.tif');读入文件1.tif之后,
发现map为空,用imshow(I)可以显示图形,但是用I1=ind2gray(I,map)时报错:
??? Error using ==> images\private\checkinput>check_attributes
Function IND2GRAY expected its second input argument, MAP,
to be nonempty.

Error in ==> images\private\checkinput at 37
check_attributes(A, attributes, function_name, variable_name, ...

Error in ==> ind2gray>parse_inputs at 80
checkinput(varargin{2},{'double','uint8','uint16'},{'nonempty','2d'}, ...

Error in ==> ind2gray at 23
[a,cm] = parse_inputs(varargin{:});

不知道这是为什么,希望大家指导一下哈

搜索更多相关主题的帖子: map attributes checkinput name 
2006-04-20 15:45
xiaoxiaozhu
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-4-20
得分:0 
呵呵,现在我知道了。是图象本身就是gray的,所以map为0。
2006-04-20 16:31



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-58829-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.070555 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved