CvRemap Method (CvArr, CvArr, CvArr, CvArr, Interpolation, CvScalar) OpenCvSharp Class Library
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,
	CvScalar fillval
)

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).
fillval
Type: OpenCvSharpCvScalar
A value used to fill outliers.
See Also

Reference