机器视觉与图像处理实验报告..doc

  1. 1、本文档共17页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
机器视觉与图像处理实验报告.

实验一:Matlab软件的使用 一、实验题目:Matlab软件的使用 二、实验内容:1.打开MATLAB软件,了解菜单栏、工具栏、状态栏、命令窗口等; 2.了解帮助文档help中演示内容demo有哪些; 3.找到工具箱类里面的Image Processing工具箱,并进行初步学习 实验步骤:打开Matlab软件,点击帮助,如图 实验二:图像的增强技术 一、实验题目:图像的增强技术 二、实验内容:1.了解图像增强技术/方法的原理; 2.利用matlab软件,以某一用途为例,实现图像的增强; 3.通过程序的调试,初步了解图像处理命令的使用方法。 实验步骤 truecolor = multibandread(paris.lan, [512, 512, 7], uint8=uint8, ... 128, bil, ieee-le, {Band,Direct,[3 2 1]});The truecolor composite has very little contrast and the colors are unbalanced.figure imshow(truecolor); title(Truecolor Composite (Un-enhanced)) text(size(truecolor,2), size(truecolor,1) + 15,... Image courtesy of Space Imaging, LLC,... FontSize, 7, HorizontalAlignment, right) figure imhist(truecolor(:,:,1)) title(Histogram of the Red Band (Band 3)) r = truecolor(:,:,1); g = truecolor(:,:,2); b = truecolor(:,:,3); figure plot3(r(:),g(:),b(:),.) grid(on) xlabel(Red (Band 3)) ylabel(Green (Band 2)) zlabel(Blue (Band 1)) title(Scatterplot of the Visible Bands) stretched_truecolor = imadjust(truecolor,stretchlim(truecolor)); figure imshow(stretched_truecolor) title(Truecolor Composite after Contrast Stretch) figure imhist(stretched_truecolor(:,:,1)) title(Histogram of Red Band (Band 3) after Contrast Stretch) decorrstretched_truecolor = decorrstretch(truecolor, Tol, 0.01); figure imshow(decorrstretched_truecolor) title(Truecolor Composite after Decorrelation Stretch) 实验三:图像特征提取 实验题目:图像特征提取 实验内容:1.了解图像特征提取的方法; 2.利用matlab软件,编程实现图像中长度、角度、半径、边界等特征的提取 测量 3.通过程序的调试,初步了解图像特征提取命令的使用方法。 实验步骤: I = imread(snowflakes.png); figure,imshow(I) claheI = adapthisteq(I,NumTiles,[10 10]); claheI = imadjust(claheI); imshow(claheI); for counter = 0:22 remain = imopen(claheI, strel(disk, counter)); intensity_area(counter + 1) = sum(remain(:)); end figure,plot(inte

文档评论(0)

sdgr + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档