Skip to content

Commit 65f2b14

Browse files
Updated Color Transfer section
1 parent e4f2d19 commit 65f2b14

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 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.
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 from one image to another. Using histogram approach can be very complex for large sized images but this executes within seconds for any sized image.
6767

6868

6969
### Image Slide Show

0 commit comments

Comments
 (0)