Applies generic geometrical transformation to the image.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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).
See Also