| 1. |
Diff between contrast stretching and histogram equalization |
|
Answer» t stretching is all about increasing the difference between the maximum intensity value in an image and the minimum one. All the rest of the intensity values are spread out between this RANGE. There EXISTS a one-to-one relationship of the intensity values between the source image and the target image i.e., the original image can be restored from the contrast-stretched image.Histogram equalization is about MODIFYING the intensity values of all the pixels in the image such that the histogram is "flattened" (in reality, the histogram can't be EXACTLY flattened, there would be some peaks and some valleys, but that's a practical PROBLEM). Once histogram equalization is performed, there is no way of getting back the original image. |
|