Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 667
amit_om Avatar asked Sep 20 '25 05:09

amit_om


1 Answers

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.

like image 67
Raluca Avatar answered Sep 23 '25 15:09

Raluca