From 28256209b015892ecd4add7966df736c65ef535b Mon Sep 17 00:00:00 2001 From: Bo Li <prclibo@gmail.com> Date: Fri, 15 Mar 2013 21:30:22 +0100 Subject: [PATCH] updated doc --- .../calib3d/doc/camera_calibration_and_3d_reconstruction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 1759dc584..f44572d92 100644 --- a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst +++ b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst @@ -715,7 +715,7 @@ Calculates an essential matrix from the corresponding points in two images. :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. -This function estimates essential matrix based on an implementation of five-point algorithm [Nister03]_ [SteweniusCFS]_. +This function estimates essential matrix based on the five-point algorithm solver in [Nister03]_. [SteweniusCFS]_ is also a related. The epipolar geometry is described by the following equation: .. math::