毕业论文基于MATLAB的数字图像运算说明书.docVIP

  • 14
  • 0
  • 约9.41千字
  • 约 20页
  • 2016-05-16 发布于浙江
  • 举报

毕业论文基于MATLAB的数字图像运算说明书.doc

点运算: 线性点运算: a=imread(liftingbody.png); subplot(3,2,1);imshow(a); b1=a+50; subplot(3,2,2);imshow(b1); b2=1.2*a; subplot(3,2,3);imshow(b2); b3=0.6*a; subplot(3,2,4);imshow(b3); b4=-double(a)+255; subplot(3,2,5);imshow(b4); 非线性点运算; a=imread(cameraman.tif); subplot(1,3,1);imshow(a); x=1:255; y=x+x.*(255-x)/255; subplot(1,3,2);plot(x,y); b1=double(a)+0.006*double(a).*(255-double(a)); subplot(1,3,3);imshow(uint8(b1)); 图像代数运算: 加法运算: i=imread(rice.png); subplot(2,2,1);imshow(i); j=imread(cameraman.tif); subplot(2,2,2);imshow(j); k=imadd(i,j,uint16); subplot(2,2,3);imsho

文档评论(0)

1亿VIP精品文档

相关文档