Skip to content

Commit f1e5233

Browse files
Update README.md
1 parent 9206fa8 commit f1e5233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Proper parameters (lower and upper limit for HSV color) are given on how to dete
6363

6464
### Color Transfer
6565

66-
It contains code for famous [Reinhard](www.cs.utah.edu/~shirley/papers/ColorTransfer.pdf) algorithm, that uses L*a*b* (Lightness) color-space and simple mean and standard deviation to transfer color. Using histogram approach can be very complex for huge images but this executes within seconds.
66+
It contains code for famous Reinhard algorithm (www.cs.utah.edu/~shirley/papers/ColorTransfer.pdf), that uses L*a*b* (Lightness) color-space and simple mean and standard deviation to transfer color. Using histogram approach can be very complex for huge images but this executes within seconds.
6767

6868

6969
###### Special thanks to [Adrian Rosebrock](https://www.pyimagesearch.com/about/) for an amazing tutorial and giving inspiration to work on computer vision.

0 commit comments

Comments
 (0)