You are here: Start » FIL.NET » Invoke.TranslatePixels
Moves the pixels of the input image by the vectors specified with inVectorImage.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TranslatePixels ( Fil.Image inImage, Fil.Image inVectorImage, Optional<Fil.Region> inRoi, Fil.InterpolationMethod inImageInterpolation, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inVectorImage | Fil.Image | Two-channel image specifying translation vector for each pixel. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inImageInterpolation | Fil.InterpolationMethod | |||
![]() | outImage | Fil.Image | Output image. |