文件名称:tuxiang
-
所属分类:
- 标签属性:
- 上传时间:2013-07-05
-
文件大小:1.76kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp;
2.借助imread命令将图像内容读入内存数组;
3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩;
4.将数字图像的RGB表示转换为YUV表示;
Y=0.30R+0.59G+0.11B
U=0.70R-0.59G-0.11B
V=-0.30R-0.59G+0.89B
5.通过访问Y(亮度)通道,改变数字图像的亮度;
6.通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度。
-1. The use of tools (such as ACDSee, PhotoShop) to*. Jpg convert*. Bmp 2. With imread command reads the contents of the image memory array 3. By accessing the digital image matrix corresponding RGB three channels, changing the color of digital images 4. RGB representation of the digital image is converted to YUV means Y = 0.30R+0.59G+0.11B U = 0.70R-0.59G-0.11BV =-0.30R-0.59G+0.89B 5. By accessing the Y (luminance) channel, change the brightness of digital images 6. By Y (luminance) channel for the gray linear transformation, to change the contrast of the digital image.
2.借助imread命令将图像内容读入内存数组;
3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩;
4.将数字图像的RGB表示转换为YUV表示;
Y=0.30R+0.59G+0.11B
U=0.70R-0.59G-0.11B
V=-0.30R-0.59G+0.89B
5.通过访问Y(亮度)通道,改变数字图像的亮度;
6.通过Y(亮度)通道作灰度的线性变换,改变数字图像的对比度。
-1. The use of tools (such as ACDSee, PhotoShop) to*. Jpg convert*. Bmp 2. With imread command reads the contents of the image memory array 3. By accessing the digital image matrix corresponding RGB three channels, changing the color of digital images 4. RGB representation of the digital image is converted to YUV means Y = 0.30R+0.59G+0.11B U = 0.70R-0.59G-0.11BV =-0.30R-0.59G+0.89B 5. By accessing the Y (luminance) channel, change the brightness of digital images 6. By Y (luminance) channel for the gray linear transformation, to change the contrast of the digital image.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shiyan2.asv
shiyan2.m
shiyan2.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.