Skip to content

Commit

Permalink
Fixed two markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
LK64076007A authored Oct 26, 2017
1 parent 5db3247 commit 768ffaa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ CIE Delta E 2000 (CIEDE2000)
A C++ library containing a function to determine how similar two colors are.
The code here is original, based on the psuedocode written in the paper
[The CIEDE2000 Color-Difference Formula: Implementation Notes, Supplementary
Test Data, and Mathematical Observations](http://www.ece.rochester.edu/
~gsharma/ciede2000/), by Gaurav Sharma, Wencheng Wu, and Edul N. Dalal. While
Test Data, and Mathematical Observations](http://www.ece.rochester.edu/~gsharma/ciede2000/), by Gaurav Sharma, Wencheng Wu, and Edul N. Dalal. While
this is written in C++ so that I could place it in a namespace, there's nothing
C++-specific about the implementation, and so it would be trivial to convert
to C if required. The conversion is left as an exercise to the reader.
Expand All @@ -21,8 +20,7 @@ code fragements with lines from the paper for tracability. There are ways to
speed up and optimize this algorithm, which have not been attempted.

A test program (`testCIEDE2000`) is built by default to run the
[tests](http://www.ece.rochester.edu/~gsharma/ciede2000/dataNprograms/
CIEDE2000.xls) perscribed by the algorithm authors. Tested on OS X 10.10.2,
[tests](http://www.ece.rochester.edu/~gsharma/ciede2000/dataNprograms/CIEDE2000.xls) perscribed by the algorithm authors. Tested on OS X 10.10.2,
and Ubuntu 14.04 LTS. Should work on Cygwin/MINGW, though there will likely
need to be edits to the [Makefile](Makefile).

Expand Down

0 comments on commit 768ffaa

Please sign in to comment.