CvArrRemap Method (CvArr, CvArr, CvArr, Interpolation) 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 void Remap(
	CvArr dst,
	CvArr mapx,
	CvArr mapy,
	Interpolation flags
)

Parameters

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

Reference