Accusoft.ImagXpress13.Net
Equalize Method




Equalizes the image by spreading its values across the full image.
Syntax
'Declaration
 
Public Sub Equalize() 
'Usage
 
Dim instance As Processor
 
instance.Equalize()
public void Equalize()
public: void Equalize(); 
public:
void Equalize(); 
Remarks

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.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback