You are here: Start » FIL.NET » Invoke.NormalizeLocalContrast
Normalizes local contrast of the image using Wallis filter.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void NormalizeLocalContrast ( Fil.Image inMonoImage, Optional<Fil.Region> inRoi, float inTargetMean, float inTargetVariance, int inUniformnessScale, float inBrightnessPreserveRatio, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage | Fil.Image | Monochromatic input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inTargetMean | float | 128.0f | Target local mean. Default value: 128.0f. | |
![]() | inTargetVariance | float | <0.1f, INF> | 90.0f | Target local variance. Default value: 90.0f. |
![]() | inUniformnessScale | int | <1, +INF> | 10 | Radius of neighbourhood to uniformize. Default value: 10. |
![]() | inBrightnessPreserveRatio | float | <0.0f, 1.0f> | 0.1f | How much of original brightness to be kept. Default value: 0.1f. |
![]() | outImage | Fil.Image | Output image. |