Colorimetry
【Colorimetry】
1、Example of Spectral Power Distribution Application
An example of the spectral power distribution of light from common objects shows that such colors arise from a range of wavelengths. Even the vivid red of a tomato involves a range of wavelengths in the red region of the visible spectrum.
一个普通物体上的光的SPD的示例,它表明这些颜色由一段范围的不同 wavelength 的光组成。即使西红柿耀眼的红光,也由一段范围的红色区域的 wavelength 的光组成。

参考:http://hyperphysics.phy-astr.gsu.edu/hbase/vision/spd.html#c3
2、RGB Color Matching Functions
These are the historical color matching functions worked out by painstaking experiments. They can be used to reliably predict color perception, but most applications now use the CIE functions.
RGB 是过去的 matching function。现在多数应用使用 CIE function。
The CIE functions are derived from these RGB functions in such a way as to give all positive values. The RGB primariesmust include some subtraction to cover the entire range of color perception.
CIE function 的 XYZ 只用正数就可以表达所有的颜色,而RGB需要引入负值也能表达所有的颜色。

参考:http://hyperphysics.phy-astr.gsu.edu/hbase/vision/colspa.html#c4
3、CIE Color Matching Function.
If the spectral power distribution (SPD) for a colored object is weighted by these curves, the CIE chromaticity coordinatescan be calculated.

参考:http://hyperphysics.phy-astr.gsu.edu/hbase/vision/cieprim.html#c2
4、Additive Color Mixing,可叠加的颜色混合。
The commonly used additive primary colors are red, green and blue, and if you overlap all three in effectively equal mixture, you get white light as shown at the center.

参考:http://hyperphysics.phy-astr.gsu.edu/hbase/vision/addcol.html#c1
5、
6、
7、
8、
9、
10、
Colorimetry的更多相关文章
- 机器视觉工具箱-Machine Vision Toolbox for Matlab
发现了一个机器视觉的Matlab工具箱,分享一下. 机器视觉工具箱(MVT的)规定,在机器视觉和基于视觉的控制有益的多种功能.这是一个有点折衷收集反映作者在光度学,摄影测量,色度学 方面的个人利益.它 ...
- Computer Vision Algorithm Implementations
Participate in Reproducible Research General Image Processing OpenCV (C/C++ code, BSD lic) Image man ...
- HDMI相关知识
HDMI热插拔检测原理 HDMI(19Pin)/DVI(16 pin)的功能是热插拔检测(HPD),这个信号将作为主机系统是否对HDMI/DVI是否发送TMDS信号的依据.HPD是从显示器输出送往计算 ...
- 【转】HDMI控制与组态剖析
HDMI能够称霸为王者之尊吗?目前消费者陷入的困境就是Audio/Video的连接线数量过度庞大,而HDMI最大卖点之一就是可使用单一的连接线完全取代众多的影音连接线,简洁又方便.缺点是技术版本变动太 ...
- RGB,CMYK,HSB各种颜色表示的转换 C#语言
Introduction Why an article on "colors"? It's the same question I asked myself before writ ...
- HDMI之(AVI)Auxiliary Video Information InfoFrame
这是HDMI协议中关于AVI接口的信息 AVI InfoFrame在H14b中进行了定义.从HDMI 2.0 10.1 Use of the AVI InfoFrame in This Spe ...
- C#编写运行在Linux环境下的采用Mediainfo来获取多媒体文件信息的代码
项目开始设计的是运行在windows下,所以一开始采用的是windows服务模式来获取多媒体文件信息,后来要求调整为可以在Linux下运行,经过这两天的资料查找,实现了Linux下通过.NET来获取多 ...
- Using Lookup Tables to Accelerate Color Transformations
转自:http://http.developer.nvidia.com/GPUGems2/gpugems2_chapter24.html In feature-film visual-effects ...
- 【视频开发】Gstreamer框架中使用gst-launch进行流媒体播放
Gstreamer框架中使用gst-launch进行流媒体播放 Gstreamer是一套开源的流媒体框架,用其也可以进行流媒体开发,Gstreamer是基于glib库编写的,需要将多个不同功能的元件( ...
随机推荐
- [LeetCode] 794. Valid Tic-Tac-Toe State 验证井字棋状态
A Tic-Tac-Toe board is given as a string array board. Return True if and only if it is possible to r ...
- java 声明并初始化整型变量
public class Sample { public static void main(String[] args) { int num; num = ; System.out.println(& ...
- RDS for MySQL权限问题(错误代码:1227,1725)
https://help.aliyun.com/knowledge_detail/41701.html 错误信息 [Err] 1227 - Access denied; you need (at ...
- docker下oracle的awr报告下载
- python 正则表达式匹配IP地址
一.实验环境 1.Windows7x64_SP1 2.anaconda2.5.0 + python2.7(anaconda集成,不需单独安装) 3.pyinstaller3.0 二.实验目的 从tex ...
- linux写shell注意的问题
linux写shell注意的问题一定要vi crontab.sh来写 ps:在windows系统中编辑过这个文件,就会出现类似的换行符 这样导致linux系统中运行sh报错 比如会出现$MQ字符 如果 ...
- skywalking集群部署
1.需求:有两台服务器分别装了app,对这些app进行性能监控 三台服务器:10.10.20.198作为服务端展示性能数据,10.10.20.64客户端,装btam系统,10.10.20.63客户端装 ...
- kvm虚拟机的克隆
kvm虚拟机的克隆分为两种情况 (1) KVM主机本机虚拟机直接克隆. (2) 通过复制配置文件与磁盘文件的虚拟机复制克隆(适用于异机的静态迁移). 1. 本机虚拟机直接克隆 (1) 查看虚拟机配置 ...
- VS2019无法安装Android SDK 28的问题
在一台新电脑上安装VS2019,新建Xamarin.Android项目,反复提示要安装Android SDK Build Tools 28.0.3,在弹出的窗口里点击接受协议,却无法安装SDK. 直接 ...
- C# winform窗体简单保存界面控件参数到xml
引用网上的 XMLHelper 地址 :https://www.cnblogs.com/chnboy/archive/2009/04/02/1427652.html 稍做修改 using System ...