Click or drag to resize

IBitmapImageHEqualizeLocal Method

Performs histogram equalization for a pixel within a 3x3 neighbourhood.

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

Return Value

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