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