Skip to content

Commit

Permalink
Docs: fix CLAHE link
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed May 23, 2021
1 parent 1b4d152 commit 7013960
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Returns **Sharp**
## clahe

Perform contrast limiting adaptive histogram equalization
({@link [https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE|CLAHE}][9]).
[CLAHE][9].

This will, in general, enhance the clarity of the image by bringing out darker details.

Expand Down Expand Up @@ -452,6 +452,6 @@ Returns **Sharp**

[8]: /api-channel#removealpha

[9]: https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE|CLAHE}
[9]: https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE

[10]: https://nodejs.org/api/buffer.html
Loading

0 comments on commit 7013960

Please sign in to comment.