Click or drag to resize

CvInvokeCorrectMatches Method

http://www.emgu.com
Refines coordinates of corresponding points.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void CorrectMatches(
	IInputArray f,
	IInputArray points1,
	IInputArray points2,
	IOutputArray newPoints1,
	IOutputArray newPoints2
)

Parameters

f
Type: Emgu.CVIInputArray
3x3 fundamental matrix.
points1
Type: Emgu.CVIInputArray
1xN array containing the first set of points.
points2
Type: Emgu.CVIInputArray
1xN array containing the second set of points.
newPoints1
Type: Emgu.CVIOutputArray
The optimized points1.
newPoints2
Type: Emgu.CVIOutputArray
The optimized points2.
See Also