Applies generic geometrical transformation to the image.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Remap( CvArr src, CvArr dst, CvArr mapx, CvArr mapy, Interpolation flags )
Parameters
- src
- Type: OpenCvSharpCvArr
Source image. - dst
- Type: OpenCvSharpCvArr
Destination image. - mapx
- Type: OpenCvSharpCvArr
The map of x-coordinates (32fC1 image). - mapy
- Type: OpenCvSharpCvArr
The map of y-coordinates (32fC1 image). - flags
- Type: OpenCvSharpInterpolation
A combination of interpolation method and the optional flag(s).
See Also