- 1、本文档共3页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MATLAB图像处理工具箱常用函数列表_打印
附录 MATLAB图像处理工具箱函数
表1 通用函数
函数 功能 语法 colorbar 显示颜色条 colorbar
colorbar ...,peer,axes_handle
colorbar axes_handle
colorbar location
colorbar ...,PropertyName,propertyvalue
cbar_axes colorbar ... getimage 从坐标轴取得图像数据 A getimage h
[x,y,A] getimage h
[...,A,flag] getimage h
[...] getimage image 创建并显示图像对象 image C
image x,y,C
image ...,PropertyName,PropertyValue,...
image PropertyName,PropertyValue,... Formal syntax - PN/PV only
handle image ... imagesc 按图像显示数据矩阵 imagesc C
imagesc x,y,C
imagesc ...,clims
h imagesc ... imshow 显示图像 imshow I,n
imshow I,[low high]
imshow BW
imshow X,map
imshow RGB
imshow …,display_option
imshow x,y,A,…
imshow filename
h imshow … imview 利用图像浏览器显示图像 imview I
imview RGB
imview X,map
imview I,range
imview filename
imview ...,InitialMagnification,initial_mag
h imview ...
imview close all montage 在矩形框中同时显示多帧图像 montage I
montage BW
montage X,map
montage RGB
h montage ... immovie 创建多帧索引色图像的电影动画 mov immovie X,map
mov immovie RGB subimage 在一个图形中显示多个图像,结合函数subplot使用 subimage X,map
subimage I
subimage BW
subimage RGB
subimage x,y,...
h subimage ... truesize 调整图像显示尺寸 truesize fig,[mrows mcols]
truesize fig wrap 将图像显示到纹理映射表面 warp X,map
warp I,n
warp BW
warp RGB
warp z,...
warp x,y,z,...
h warp ... zoom 缩放图像或图形 zoom on
zoom off
zoom out
zoom reset
zoom
zoom xon
zoom yon
zoom factor
zoom fig, option 表2 图像文件I/O函数
函数 功能 语法 imfinfo 返回图像文件信息 info imfinfo filename,fmt
info imfinfo filename imread 从图像文件中读取图像 A imread filename,fmt
[X,map] imread filename,fmt
[...] imread filename
[...] imread URL,...
[...] imread ...,idx CUR, GIF, ICO, and TIFF only
[...] imread ..., PixelRegion, ROWS, COLS TIFF only
[...] imread ...,frames,idx GIF only
[...] imread ...,ref HDF only
[...] imread ...,BackgroundColor,BG PNG only
[A,map,alpha] imread ... ICO, CUR, and PNG only imwrite 把图像写入图像文件中 imwrite A,filename,fmt
imwrite X,map,filename,fmt
im
文档评论(0)