文件名称:white-balance
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2014-03-17
- 文件大小:
- 312kb
- 下载次数:
- 0次
- 提 供 者:
- m**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
matlab写的 处理图片白平衡的三种方法
第一种,选取图片中最亮的点作为white
第二种,手动选取任一点作为white
第三种,求RGB的平均作为white
其中包含了rgb xyz等空间转换代码,有CAT02, 和VK chromatic adaptation transforms
适合颜色科学相关专业-1. the brightest object in the imge is just white.
2. select a white object from the image
3. assume the average color data of the image is just a medium gray, get the white from this.
others: the color space transform, RGB to XYZ, the chromatic adaptation transform code: cat02, VK.
A 2nd level of color science.
第一种,选取图片中最亮的点作为white
第二种,手动选取任一点作为white
第三种,求RGB的平均作为white
其中包含了rgb xyz等空间转换代码,有CAT02, 和VK chromatic adaptation transforms
适合颜色科学相关专业-1. the brightest object in the imge is just white.
2. select a white object from the image
3. assume the average color data of the image is just a medium gray, get the white from this.
others: the color space transform, RGB to XYZ, the chromatic adaptation transform code: cat02, VK.
A 2nd level of color science.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
white balance\CAT02.m
.............\introduction.docx
.............\linear.m
.............\method1vk.m
.............\method2.m
.............\method2vk.m
.............\method3.m
.............\method3vk.m
.............\metod1.m
.............\RGB2XYZ.m
.............\RGBtoXYZ.m
.............\VK.m
.............\xyz2lmscat02.m
.............\xyz2lmsVK.m
.............\XYZ2RGB.m
white balance