ciede2000
There are 22 repositories under ciede2000 topic.
Boris-Em/ColorKit
Advanced color manipulation for iOS.
kkoomen/qbr
A webcam-based 3x3x3 rubik's cube solver written in Python 3 and OpenCV.
markusn/color-diff
Implemets the CIEDE2000 color difference algorithm, conversion between RGB and lab color and mapping all colors in palette X to the closest color in palette Y based on the CIEDE2000 difference.
turakvlad/replace-color
Replace color with another one pixel by pixel.
ksmet1977/luxpy
Python toolbox for lighting and color science
yuki-koyama/color-util
A header-only C++11 library for colors; color space converters for RGB, HSL, XYZ, Lab, etc. and perceptual color difference calculators such as CIEDE2000
uxfreak/nearest-pantone
JavaScript library to find the nearest Pantone color name for a given hex color. Uses CIEDE2000 color difference algorithm
rust-av/av-metrics
Quality metrics
hamada147/IsThisColourSimilar
Javascript implementation of CIE Delta E 2000 Color-Difference algorithm (CIEDE2000) as per the equation provided on this website http://www.brucelindbloom.com/index.html?Eqn_DeltaE_CIE2000.html
Evercoder/d3-color-difference
🌈 Color differences for D3: Euclidean distance, CIE94, CIEDE2000, CMC, DIN99o
elliotekj/DeltaE
DeltaE is a pure-Rust implementation of the CIEDE2000 algorithm
mcychan/PnnQuant.js
Fast pairwise nearest neighbor based algorithm with javascript
shameempk/fast_seg
Fast Interactive Image Segmentation using Graph-cut.
shameempk/pyciede2000
Python library to calculate CIEDE2000 color difference.
tlux/tint
An Elixir library to work with colors, convert between different colorspaces and calculate color distances.
qroph/ordered-dithering
Python implementation of ordered dithering that works with custom palettes.
goldensunliu/major-colors
color quantization using kmeans+++ for clustering and CIEDE2000 algorithm for color distance
unascribed/misvarvi
What's that color?
sdl60660/book_cover_colors
Simple codebase for extracting colors from book cover images, used as part of a viz project on Observable
EcomDev/color
Color tools for Image Processing
francescoracciatti/CIEDE2000
CIEDE2000 color distance algorithm