[]
Modifies pixel intensities such that available range of values (0..255) is fully covered.
public void AutoContrast()
Public Sub AutoContrast()
Modifies pixel intensities, clipping extremely low and extremely high values, such that available range of values (0..255) is fully covered.
public void AutoContrast(float lowClipPercent, float highClipPercent)
Public Sub AutoContrast(lowClipPercent As Single, highClipPercent As Single)