This post is a continuation from Biomedical Image Processing – IV.
Contrast Stretching
Contrast stretching (a.k.a. normalization) is very similar to histogram equalization, but it maps only a certain portion of the histogram to the full range. An example of this image enhancement technique is illustrated in Figure 17. If a and b are the lowest and highest pixel values available (e.g., 0 and 255, respectively, in an 8-bit gray scale image), and c and d are the lowest and highest current pixel values, then the mapping function works in the following manner, where Pout is the output pixel and Pin is the input pixel:

8-bit gray scale images
In an 8-bit gray scale image, any values of Pout below 0 or above 255 are set to 0 and 255, respectively.

Figure 17. Example of contrast stretching [http://www.dai.ed.ac.uk/HIPR2/stretch.htm].
Logarithmic and Exponential Operators
Logarithmic/exponential (a.k.a. “raise to power”) operators are used to enhance low/high pixel values, respectively, where a relative loss of information occurs in the high/low pixel values.
Tags: deblurring algorithm, digital filtering, image denoising, image processing, image transformation, segmentation
TweetThis post is continuing from Biomedical Image Processing – III. Enjoy Basic Image Modification While image processing operations can be performed in hardware (e.g., in cases where speed is paramount), many image processing operations are performed in software. This section discusses some of the basic processing operations performed on different types of images, including image [...]
TweetThis post is continuing from Biomedical Image Processing – II. DICOM Image Standard Medical specialists have been slow to adopt widely accepted standards for image/film storage, display, and transmission. However, one standard has been adopted with reasonable success in the radiology community: DICOM (Digital Imaging and Communication in Medicine) has been progressively developed since 1983 [...]
TweetContinuing from Biomedical Image Processing – I Image Properties Once an image is stored in digital format, it can be described by a number of different parameters. Some of the relevant parameters are briefly discussed here. The traditional convention for an image coordinate system is depicted in Figure 4. Figure 4. General convention for image [...]
TweetWhy do we study image processing? Images play a large role in the presentation of physiological information. Not all image data, however, are ideal. Images can be corrupted by noise, exhibit blur or spatial warping, contain non-optimal intensity/color representations, or simply be too large (or too small) to be of practical or diagnostic value. The [...]