Click or drag to resize

IBitmapImageHEqualize Method (Single)

Performs histogram equalization on the image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage HEqualize(
	float strength
)

Parameters

strength
Type: SystemSingle
Determines how aggressively equalization is performed: 0 to 1.0, where 1.0 is full strength.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionstrength - Value must be from 0 to 1.0.
See Also