Map used for warping images.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public IntPoint[,] WarpMap { get; set; } |
Remarks
The property sets displacement map used for warping images. The map sets offsets of pixels in source image, which are used to set values in destination image. In other words, each pixel in destination image is set to the same value as pixel in source image with corresponding offset (coordinates of pixel in source image are calculated as sum of destination coordinate and corresponding value from warp map).