Refines coordinates of corresponding points.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void CorrectMatches( InputArray F, InputArray points1, InputArray points2, OutputArray newPoints1, OutputArray newPoints2 )
Parameters
- F
- Type: OpenCvSharp.CPlusPlusInputArray
3x3 fundamental matrix. - points1
- Type: OpenCvSharp.CPlusPlusInputArray
1xN array containing the first set of points. - points2
- Type: OpenCvSharp.CPlusPlusInputArray
1xN array containing the second set of points. - newPoints1
- Type: OpenCvSharp.CPlusPlusOutputArray
The optimized points1. - newPoints2
- Type: OpenCvSharp.CPlusPlusOutputArray
The optimized points2.
See Also