Skip to content

Commit

Permalink
Fix a reference link and close #25
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-koyama authored Nov 24, 2023
1 parent 71eb8ae commit 8db4b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is known that this metric is not perceptually uniform especially with saturat

Given two CIELAB colors, `calculate_CIEDE2000` calculates a *perceptual* difference between these two colors based on a metric called CIEDE2000. This function is defined in `color-util/CIEDE2000.hpp`.

The correctness of the implementation is verified through the test dataset provided by Gaurav Sharma <http://www2.ece.rochester.edu/~gsharma/ciede2000/>.
The correctness of the implementation is verified through the test dataset provided by Gaurav Sharma <https://hajim.rochester.edu/ece/sites/gsharma/ciede2000/>.

## Dependency

Expand Down

0 comments on commit 8db4b1d

Please sign in to comment.