Back to FabImage Studio website

You are here: Start » Filter Reference » Image » Image Point Transforms » RescalePixels_FixedRange

RescalePixels_FixedRange


Module: FoundationLite

Transforms pixels value from given range into new one.

Name Type Description
Input value inImage Image Input image
Input value inRoi Region* Range of pixels to be processed
Input value inMinValue Real Declared minimum value of input image
Input value inMaxValue Real Declared maximum value of input image
Input value inNewMinValue Real Desired minimum value of the resulting image
Input value inNewMaxValue Real Desired maximum value of the resulting image
Output value outImage Image Output image

Hardware Acceleration

This operation is optimized for SSE2 technology for pixels of types: UINT8, SINT8, SINT16, REAL.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError A inMinValue cannot be equal to inMaxValue in RescalePixels_FixedRange.
DomainError A inMinValue cannot be higher than the inMaxValue in RescalePixels_FixedRange.
DomainError The inNewMinValue cannot be higher than the inNewMaxValue in RescalePixels_FixedRange.

Complexity Level

This filter is available on Basic Complexity Level.