matlab与数字图像处理PPT
Set path Set path (cont.) MATLAB Compiler MATLAB Compiler 能让您将MATLAB 程序转换为可单独执行的应用程序和软件组件,并分享给其它使用者。 MATLAB Compiler 可免除您经由手动编写方式将 MATLAB 程序代码转译为 C 或 C++ 的程序。 要再安装MATLAB Component Run-time (MCR)组件等。 MATLAB Compiler (cont.) C to Matlab 设定了合适的编译器,matlab 会自动帮我们编译这个程序。 Example: hello world 指令: -编译:mex filename ex: mex hello.c -执行: filename ex: hello * 数字图像处理,2008年 中山大学信息科学与技术学院计算机系,黄剑 计算机科学系 黄 剑 hjian@mail.sysu.edu.cn 数字图像处理,2008年 中山大学信息科学与技术学院计算机系,黄剑 Matlab with DIP 教学 The MATLAB Image Processing Toolbox The Image Processing Toolbox is a collection of MATLAB functions (called M-functions or M-files) that extend the capability of the MATLAB environment for the solution of digital image processing problems. The MATLAB Image Processing Toolbox(cont.) Including: -Spatial image transformations -Morphological operations -Neighborhood and block operations -Linear filtering and filter design -Transforms - Image analysis and enhancement -Image registration -Deblurring -Region of interest operations How do I know M-function? Find it in Matlab Help. -by category. -by alphabetical order. Find it on the textbook. Matlab 内建图像 C:\MATLAB7\toolbox\images\imdemos 皆为Matlab Help中范例的原始图像。 使用时只需直接在指令中输入文件名,即可使用。 适用于观察影像处理结果 Reading an image imread() 功用:将图像加载并存成array格式备用 用法:[I,map] = imread(filename); I = imread(filename); ex: I = imread(pout.tif); I为指向影像的变量 不指定变数,则为ans Displaying an image imshow() 功用:开启一个窗口显示影像 用法: imshow(I) imshow(I,map) Figure, imshow() 功用:开启一个新窗口显示影像 用法: figure,imshow(I) Displaying an image(cont.) imshow(I, [low, high]) imshow(I, [ ]) 功用:displays I as a grayscale intensity image, specifying the data range for I. The minimum value in I is displayed as black, and the maximum value is displayed as white. Displaying an image(cont.) Spatial domain Displaying an image(cont.) pixval : 功能:cursor on image to show pixel values 用法:
您可能关注的文档
- KTS故障诊断仪使用说明PPT.ppt
- LINGO介绍PPT.ppt
- LGG的治疗进展PPT.pptx
- logistic回归(研究生)PPT.ppt
- Lung anatomy-肺解剖基础(肺小叶)PPT.ppt
- MA-NMX30-2015-03 长治之策 久安之业——谈胰岛素起始到强化治疗PPT.pptx
- M2M产品介绍(对客户)PPT.ppt
- Mapgis影像校正PPT.ppt
- marketing第三章市场环境分析 市场营销 课件PPT.ppt
- Mammotome在乳腺疾病诊治中的应用PPT.pptx
- 中建五局精品工程过程管控及亮点打造.docx
- ABB:力行致远——践行脱碳:制浆造纸业通往净零排放之旅.docx
- 宏观经济专题:地方两会观察:内需和科技的新图景.docx
- 【课件】道路交通安全培训.docx
- 人形机器人2026年度策略:“以正和,以奇胜”,重视机器人规模化量产元年.docx
- 【课件】电子厂(电子仪器生产企业)安全生产三项制度(安全生产责任制、制度、操作规程)汇编.pdf
- 【课件】钢结构工程施工危险源辨识及监管要点培训.docx
- 北交所投资框架工具书:新材料产业深度转型下的北交所投资机遇.docx
- GB-T36547-2024 电化学储能电站接入电网技术规定标准解析.docx
- 当代麻醉机191-283介绍.docx
原创力文档

文档评论(0)