image processing - How to find colors very close in the RGB spectrum but perceived very different by humans? -


i'm trying construct captcha based on color similarity keeping text color c1 close background noise color c2 in rgb color model. c1 , c2 in reality should perceived different humans, users can read text @ same time difficult decode text through programming. there combination of color closer in color models in reality perceived different humans?

i know can test similarity of colors using delta e concept of lab color model. but, how identify such colors in rgb color model systematically without hit , trial?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -