[求助]关于图像中的调色板map问题
最近用到了图像类型的转换,一遇到图像中的调色板map问题,就头疼,谁能介绍一下?再有就有哪里有比较好的这方面的参考资料。<BR>而且有一个问题,下午程序运行的很好,map是返回一个三列的矩阵,但出去吃了一个饭,回来程序就突然不行了,rgb图像的map总是返回一个空矩阵?大家有没有遇到这种难题?这是为什么呢??? <P>function open_buttpn_Callback(hObject, eventdata, handles)% <BR>% hObject handle to open_buttpn (see GCBO)<BR>% eventdatareserved - to be defined in a future version of MATLAB<BR>% handles structure with handles and user data (see GUIDATA)</P><P>global imageX ; global map;<BR>cla(handles.sourceimage_axe,'reset'); <BR>cla(handles.transformimage_axe,'reset');<BR>set(handles.red_checkbox,'Value',0); <BR>set(handles.green_checkbox,'Value',0);<BR>set(handles.blue_checkbox,'Value',0);<BR>=imread(uigetfile({'*.tif';'*.JPEG'}, 'Open an picture'));<BR> <FONT color=#1111ee> map</FONT> <FONT color=#2bd54d> % for test map transmision why<BR> %it not work here in the eveving while it works in the %afternoon!!<BR></FONT>axes(handles.sourceimage_axe);<BR>imshow(imageX);<BR>hold on;<BR> 这是我的源程序,map昨天下午还正常显示一个矩阵,可到了现在就成了一个空,不明原因。</P> 专家呢?<BR>我在做毕业设计等着呢。 大家能指导一下吗?
回复:(xtmtd1186)[求助]关于图像中的调色板map问题...
这个应该是你图片的问题吧,看看imread直接读看看有没有map<br>另外你也可以试一下有map的图像读入的情况,比如toolbox\images\imdemos\canoe.tif[此贴子已经被作者于2006-4-21 21:28:20编辑过]
页:
[1]