You are here: Start » AVL.NET » AVS.TranslatePixels Method

AVS.TranslatePixels Method

Moves the pixels of the input image by the vectors specified with inVectorImage.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslatePixels
(
	AvlNet.Image inImage,
	AvlNet.Image inVectorImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.InterpolationMethod inImageInterpolation,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inVectorImageAvlNet.ImageTwo-channel image specifying translation vector for each pixel.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inImageInterpolationAvlNet.InterpolationMethod
outImageAvlNet.ImageOutput image.

Function Overrides

See also