Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michel-leonard/delta-e-2000
The Delta-E 2000 function using the CIEDE2000 color-difference formula.
https://github.com/michel-leonard/delta-e-2000
algorithm c color computer-vision cpp data-science docs education example image-processing java javascript linux php python ruby simple testing tool windows
Last synced: 4 days ago
JSON representation
The Delta-E 2000 function using the CIEDE2000 color-difference formula.
- Host: GitHub
- URL: https://github.com/michel-leonard/delta-e-2000
- Owner: michel-leonard
- Created: 2024-09-03T21:19:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T22:51:19.000Z (6 days ago)
- Last Synced: 2025-02-07T23:26:26.047Z (6 days ago)
- Topics: algorithm, c, color, computer-vision, cpp, data-science, docs, education, example, image-processing, java, javascript, linux, php, python, ruby, simple, testing, tool, windows
- Language: JavaScript
- Homepage: https://michel-leonard.github.io/delta-e-2000/
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIEDE2000 Color-Difference
This software is not affiliated with the CIE (International Commission on Illumination), has not been validated by it, and is released into the **public domain**. It is provided "as is" without any warranty, express or implied.
## Languages
The implementation of the **CIEDE2000 color difference formula** is proposed with consistent results in 6 programming languages:
- JavaScript
- C/C++
- Python
- PHP
- Java
- Ruby- ## Live Example
- https://michel-leonard.github.io/delta-e-2000