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, 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. | ||
![]() | inImageInterpolation | FilNet.InterpolationMethod | |||
![]() | outImage | FilNet.Image | Output image. |