From a39cf2dd28b71d9fe54c64f1aa8556266037112b Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Wed, 25 Jul 2012 17:51:37 +0400 Subject: [PATCH] updated doc on triangulatePoints (#2167) --- .../calib3d/doc/camera_calibration_and_3d_reconstruction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 5cf560998..ea4839a79 100644 --- a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst +++ b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst @@ -1456,9 +1456,9 @@ Reconstructs points by triangulation. :param projMatr2: 3x4 projection matrix of the second camera. - :param projPoints1: 2xN array of feature points in the first image. + :param projPoints1: 2xN array of feature points in the first image. In case of c++ version it can be also a vector of feature points or two-channel matrix of size 1xN or Nx1. - :param projPoints2: 2xN array of corresponding points in the second image. + :param projPoints2: 2xN array of corresponding points in the second image. In case of c++ version it can be also a vector of feature points or two-channel matrix of size 1xN or Nx1. :param points4D: 4xN array of reconstructed points in homogeneous coordinates.