CorrectGamma
Performs gamma correction.
Applications:Image enhancement for human perception. For computer vision consider LogarithmImage.
Syntax
C++
Python
def CorrectGamma( inImage: Image, inValue: float, outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image | ||
![]() |
inRoi | Region | None | None | Range of pixels to be processed | |
![]() |
inValue | float | 0.01 - 8.0 | Gamma coefficient, where 1.0 is neutral | |
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


