Skip to content
forked from gfiumara/CIEDE2000

C implementation of CIE Delta E 2000 Color-Difference algorithm

Notifications You must be signed in to change notification settings

qts8n/CIEDE2000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIE Delta E 2000 (CIEDE2000)

A C-library containing a function to determine how similar two colors are. The code here is based on this C++ implementation of psuedocode written in the paper The CIEDE2000 Color-Difference Formula, by Gaurav Sharma, Wencheng Wu, and Edul N. Dalal.

Build

make

To Note

The CIEDE2000 algorithm uses colors from the LAB colorspace, not RGB. To use the library methods, convert the image colorspace first.

About

C implementation of CIE Delta E 2000 Color-Difference algorithm

Resources

Stars

Watchers

Forks

Languages

  • C 89.8%
  • Makefile 10.2%