Calculates affine transform from 3 corresponding points.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvPoint2D32f
Coordinates of 3 triangle vertices in the source image. - dst
- Type: OpenCvSharpCvPoint2D32f
Coordinates of the 3 corresponding triangle vertices in the destination image.
Return Value
Type: CvMat[Missing <returns> documentation for "M:OpenCvSharp.Cv.GetAffineTransform(OpenCvSharp.CvPoint2D32f[],OpenCvSharp.CvPoint2D32f[])"]
See Also