You are here: Start » AVL.NET » AVL.TranslatePixels(AvlNet.Image, AvlNet.Image, AvlNet.Region, AvlNet.InterpolationMethod, AvlNet.Image)
AVL.TranslatePixels(AvlNet.Image, AvlNet.Image, AvlNet.Region, AvlNet.InterpolationMethod, AvlNet.Image)
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, AvlNet.Region inRoi, AvlNet.InterpolationMethod inImageInterpolation, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inVectorImage
- Type: AvlNet.Image
Two-channel image specifying translation vector for each pixel - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - inImageInterpolation
- Type: AvlNet.InterpolationMethod
- outImage
- Type: AvlNet.Image
Output image
Errors
| Error type | Description |
|---|---|
| DomainError | Image size are not equal in TranslatePixels. |
| DomainError | Incorrect vector image format in TranslatePixels. |
| DomainError | Unknown interpolation method in TranslatePixels. |
