What is perceptually uniform color space and how LAB color space is perceptually uniform? [closed]

ぐ巨炮叔叔 提交于 2019-12-24 00:48:26

问题


What is perceptually uniform color space ? how Lab color space is perceptually uniform and device independent?


回答1:


slhck is right: a perceptual uniform color space ensures that the difference between two colors (as perceived by the human eye) is proportional to the Euclidian distance within the given color space. Lab was created to satisfy the perceptual uniformity property.

However, this property is satisfied only locally. For distant colors, the perceived difference is no more in accordance with the Euclidian distance. Therefore, new distances were defined, such as deltaE, CIE76, CIE94, CIE2000 in order to satisfy both local and global perceptual uniformity.



来源:https://stackoverflow.com/questions/20172607/what-is-perceptually-uniform-color-space-and-how-lab-color-space-is-perceptually

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!