Computer Science, asked by mishranidhi860, 6 months ago

) Explain Contrast stretching. Perform Contrast stretching on the following 4 bpp
images
r1=4, r2= 9, s1=2, s2 = 13
4 BPP IMAGE
7
1
5
8
8
8
9
7
ers.co
7
5
7
12
7
15
8​

Answers

Answered by ArchiShree
0

Explanation:

Contrast stretching (often called normalization) is a simple image enhancement technique that attempts to improve the contrast in an image by `stretching' the range of intensity values it contains to span a desired range of values, e.g. the the full range of pixel values that the image type concerned allows. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the `enhancement' is less harsh. (Most implementations accept a graylevel image as input and produce another graylevel image as output.)

Similar questions