CvMatAffineTransform Method OpenCvSharp Class Library
Calculates affine transform from 3 corresponding points (cvGetAffineTransform).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvMat AffineTransform(
	CvPoint2D32f[] src,
	CvPoint2D32f[] dst
)

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.CvMat.AffineTransform(OpenCvSharp.CvPoint2D32f[],OpenCvSharp.CvPoint2D32f[])"]

See Also

Reference