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