You are here: Start » AVL.NET » Invoke.LerpImages_ByImage
Interpolates two images linearly pixel by pixel according to another image values.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LerpImages_ByImage ( Avl.Image inImage1, Avl.Image inImage2, Optional<Avl.Region> inRoi, Avl.Image inLambdaImage, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage1 | Avl.Image | First input image. | ||
![]()  | inImage2 | Avl.Image | Second input image. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | inLambdaImage | Avl.Image | Values of interpolation between the input images where 0.0 value is equal to inImage1 and 1.0 to inImage2. | ||
![]()  | outImage | Avl.Image | Output image. | 


