CvFindHomography Method (CvMat, CvMat, CvMat) OpenCvSharp Class Library
Finds perspective transformation between two planes

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

public static int FindHomography(
	CvMat srcPoints,
	CvMat dstPoints,
	CvMat homography
)

Parameters

srcPoints
Type: OpenCvSharpCvMat
Point coordinates in the original plane, 2xN, Nx2, 3xN or Nx3 array (the latter two are for representation in homogenious coordinates), where N is the number of points.
dstPoints
Type: OpenCvSharpCvMat
Point coordinates in the destination plane, 2xN, Nx2, 3xN or Nx3 array (the latter two are for representation in homogenious coordinates)
homography
Type: OpenCvSharpCvMat
Output 3x3 homography matrix.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.Cv.FindHomography(OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.CvMat)"]

See Also

Reference