Skip to content

Commit 18356b5

Browse files
Fix typos (#176)
1 parent cbd8391 commit 18356b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/spatial_transformation/histogram_equalization.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# date: 2020-01-12
66
# ---
77

8-
# This demo issustrates the use of [Histogram equalization](https://juliaimages.org/ImageContrastAdjustment.jl/stable/reference/#Equalization-1), [gamma correction matching](https://juliaimages.org/ImageContrastAdjustment.jl/stable/reference/#Matching-1)
8+
# This demo illustrates the use of [Histogram equalization](https://juliaimages.org/ImageContrastAdjustment.jl/stable/reference/#Equalization-1), [gamma correction matching](https://juliaimages.org/ImageContrastAdjustment.jl/stable/reference/#Matching-1)
99
# and [Contrast Limited Adaptive Histogram Equalization](https://juliaimages.org/ImageContrastAdjustment.jl/stable/reference/#AdaptiveEqualization-1)
1010

11-
# Histogram equalisation is used to imporve the contrast in an
11+
# Histogram equalisation is used to improve the contrast in an
1212
# single-channel grayscale image. It distributes the intensity of the image
13-
# in a uniform manner. The natural justification for uniformity
13+
# in an uniform manner. The natural justification for uniformity
1414
# is that the image has better contrast if the intensity levels of an image span
1515
# a wide range on the intensity scale. The transformation is based on mapping of
1616
# cumulative histogram

0 commit comments

Comments
 (0)