Back to FabImage Studio website
You are here: Start » Filter Reference » Image Point Transforms » ResaturateImage
Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inLowValue | Real | The value that will be changed to minimum (usually 0) |
![]() |
inHighValue | Real | The value that will be changed to maximum (usually 255) |
![]() |
outImage | Image | Output image |
Only the following inImage pixel formats are supported: int8, uint8, int16, uint16, int32
Hardware Acceleration
This operation is optimized for SSE2 technology for pixels of types: UINT8, SINT16.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Basic Complexity Level.