CvFindHomography Method (CvMat, CvMat, CvMat, HomographyMethod, Double, 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,
	HomographyMethod method,
	double ransacReprojThreshold,
	CvMat mask
)

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.
method
Type: OpenCvSharpHomographyMethod

[Missing <param name="method"/> documentation for "M:OpenCvSharp.Cv.FindHomography(OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.HomographyMethod,System.Double,OpenCvSharp.CvMat)"]

ransacReprojThreshold
Type: SystemDouble

[Missing <param name="ransacReprojThreshold"/> documentation for "M:OpenCvSharp.Cv.FindHomography(OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.HomographyMethod,System.Double,OpenCvSharp.CvMat)"]

mask
Type: OpenCvSharpCvMat

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.Cv.FindHomography(OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.CvMat,OpenCvSharp.HomographyMethod,System.Double,OpenCvSharp.CvMat)"]

Return Value

Type: Int32

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

See Also

Reference