mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: fix CLAHE link
This commit is contained in:
parent
1b4d1521e0
commit
70139600b5
@ -248,7 +248,7 @@ Returns **Sharp**
|
|||||||
## clahe
|
## clahe
|
||||||
|
|
||||||
Perform contrast limiting adaptive histogram equalization
|
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.
|
This will, in general, enhance the clarity of the image by bringing out darker details.
|
||||||
|
|
||||||
@ -452,6 +452,6 @@ Returns **Sharp**
|
|||||||
|
|
||||||
[8]: /api-channel#removealpha
|
[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
|
[10]: https://nodejs.org/api/buffer.html
|
||||||
|
File diff suppressed because one or more lines are too long
@ -354,7 +354,7 @@ function normalize (normalize) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform contrast limiting adaptive histogram equalization
|
* Perform contrast limiting adaptive histogram equalization
|
||||||
* ({@link https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE|CLAHE}).
|
* {@link https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE|CLAHE}.
|
||||||
*
|
*
|
||||||
* This will, in general, enhance the clarity of the image by bringing out darker details.
|
* This will, in general, enhance the clarity of the image by bringing out darker details.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user