文件名称:Reducing-the-Number-of-Gray-Levels
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2015-04-29
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用matlab实现改变图像灰度值,输出依次为原图像(灰度值256),128,64,32,16,8,4,2-Reducing the Number of Gray Levels in an Image
(a) Write a computer program capable of reducing the number of gray levels in an image 256 to 2, in integer(整数) powers of 2. The desired number of gray levels needs to be a variable input to your program.
(b) Download Fig. 2.21(a) and duplicate the results shown in Fig. 2.21 of the book.
(a) Write a computer program capable of reducing the number of gray levels in an image 256 to 2, in integer(整数) powers of 2. The desired number of gray levels needs to be a variable input to your program.
(b) Download Fig. 2.21(a) and duplicate the results shown in Fig. 2.21 of the book.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Reducing the Number of Gray Levels in an Image\Untitled2.m
..............................................\reduceGrayLevel.m
Reducing the Number of Gray Levels in an Image