Performs perspective matrix transform of vector array
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
The source three-channel floating-point array. - dst
- Type: OpenCvSharpCvArr
The destination three-channel floating-point array. - mat
- Type: OpenCvSharpCvMat
3×3 or 4×4 transformation matrix.
See Also