Skip to content

Commit 7b1b73d

Browse files
committed
update docs for illumination
1 parent 9a218f9 commit 7b1b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/prepro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def illumination(x, gamma=1., contrast=1., saturation=1., is_random=False):
884884
-----------
885885
x : numpy array
886886
an image with dimension of [row, col, channel] (default).
887-
gamma : change brightness
887+
gamma : change brightness (the same with ``tl.prepro.brightness``)
888888
- if is_random=False, one float number, small than one means brighter, greater than one means darker.
889889
- if is_random=True, tuple of two float numbers, (min, max).
890890
contrast : change contrast

0 commit comments

Comments
 (0)