OOF2: The Manual
Name
OOF.Image.Modify.Normalize — Enhance contrast by normalizing the image.
Synopsis
OOF.Image.Modify.Normalize(image
)
Details
- Parent Menu: OOF.Image.Modify
-
Callback: function
doImageMod
in moduleooflib.image.imagemodifier
-
Parameters:
image
- Type: The path to an existing
Image
object.
Description
Scale and shift the red, green, and blue pixel components so that
the Image
uses the full range of values (zero to one) for each
component. This increases the contrast in the Image
. Equalize
often does a better job than Normalize,
especially if an Image
contains just a few very dark or very
light pixels.
This routine comes from the ImageMagick library.
Figure 6.37. Normalizing an Image

A micrograph of Si3N4 (courtesy of C.-H. Hsueh).

The normalized image. The darks are darker and the whites are whiter.