Commit 497d92e7 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #5533 from sturkmen72:patch-12

parents 1cb0dfa6 73240b73
...@@ -657,7 +657,7 @@ Calculates a fundamental matrix from the corresponding points in two images. ...@@ -657,7 +657,7 @@ Calculates a fundamental matrix from the corresponding points in two images.
:param param2: Parameter used for the RANSAC or LMedS methods only. It specifies a desirable level of confidence (probability) that the estimated matrix is correct. :param param2: Parameter used for the RANSAC or LMedS methods only. It specifies a desirable level of confidence (probability) that the estimated matrix is correct.
:param status: Output array of N elements, every element of which is set to 0 for outliers and to 1 for the other points. The array is computed only in the RANSAC and LMedS methods. For other methods, it is set to all 1's. :param mask: Output array of N elements, every element of which is set to 0 for outliers and to 1 for the other points. The array is computed only in the RANSAC and LMedS methods. For other methods, it is set to all 1's.
The epipolar geometry is described by the following equation: The epipolar geometry is described by the following equation:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment