Accusoft.ImagXpressSdk Namespace > Processor Class : Equalize Method |
'Declaration Public Sub Equalize()
'Usage Dim instance As Processor instance.Equalize()
public void Equalize()
public: void Equalize();
public: void Equalize();
This method adjusts contrast without changing the brightness range of the image. If the brightness values of the image were represented in a histogram, the Equalize method would have the effect of redistributing the brightness values within the image's brightness range, so that blumps of brightness values are spread out more evenly.
For example, if an image has many pixels that have similar brightness, the Equalize method introduces greater difference in brightness between these pixels, without changing the least bright or most bright pixels.
The effect is that greater detail can be seen in areas that previously had very similar brightness.