You are here: Start » FIL.NET » FIS.NormalizeLocalBrightness_Mean Method
FIS.NormalizeLocalBrightness_Mean Method
Normalizes local brightness of the image. Internally uses Mean smoothing.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeLocalBrightness_Mean ( FilNet.Image inImage, int inRadiusX, float inTargetMean, float inGammaValue, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRadiusX | int | <0, INF> | 10 | Nearly half of the kernel's width (2*R+1). Default value: 10. |
![]() | inTargetMean | float | 128.0f | Target mean brightness. Default value: 128.0f. | |
![]() | inGammaValue | float | <0.01f, 8.0f> | 1.0f | Gamma coefficient, where 1.0 is neutral. Default value: 1.0f. |
![]() | outImage | FilNet.Image | Output image. |