Click or drag to resize

IBitmapImageHEqualize Method

Performs histogram equalization on the image.

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

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also