Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 15, 2015
1 parent 9680509 commit 4ab4ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skimage/exposure/_adapthist.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def equalize_adapthist(image, ntiles_x=8, ntiles_y=8, clip_limit=0.01,
Defines the shape of contextual regions used in the algorithm.
If an integer is given, the shape will be a square of
sidelength given by this value.
ntiles_x : int, optional (deprecated)
ntiles_x : int, optional (deprecated in favor of ``kernel_size``)
Number of tile regions in the X direction (horizontal).
ntiles_y : int, optional (deprecated)
ntiles_y : int, optional (deprecated if favor of ``kernel_size``)
Number of tile regions in the Y direction (vertical).
clip_limit : float: optional
Clipping limit, normalized between 0 and 1 (higher values give more
Expand Down

0 comments on commit 4ab4ab7

Please sign in to comment.