Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Combinators » LerpImages_ByImage
Module: | FoundationLite |
---|
Interpolates two images linearly pixel by pixel according to another image values.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage1 | Image | First input image |
![]() |
inImage2 | Image | Second input image |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inLambdaImage | Image | Values of interpolation between the input images where 0.0 value is equal to inImage1 and 1.0 to inImage2 |
![]() |
outImage | Image | Output image |
Requirements
For input inLambdaImage only pixel formats are supported: 1⨯real.
Read more about pixel formats in Image documentation.
Hardware Acceleration
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 | Image formats are not the same in LerpImages_ByImage. |
DomainError | Image sizes are not equal in LerpImages_ByImage. |
DomainError | Region exceeds an input image in LerpImages_ByImage. |
DomainError | Not supported inLambdaImage pixel format in LerpImages_ByImage. Supported formats: 1xReal. |
Complexity Level
This filter is available on Advanced Complexity Level.