epilines pydocs

pull/1240/head
abidrahmank 11 years ago
parent 297b67d2b1
commit 29ddbbaa86
  1. 2
      modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst

@ -277,6 +277,8 @@ For points in an image of a stereo pair, computes the corresponding epilines in
.. ocv:cfunction:: void cvComputeCorrespondEpilines( const CvMat* points, int which_image, const CvMat* fundamental_matrix, CvMat* correspondent_lines )
.. ocv:pyfunction:: cv2.computeCorrespondEpilines(points, whichImage, F[, lines]) -> lines
:param points: Input points. :math:`N \times 1` or :math:`1 \times N` matrix of type ``CV_32FC2`` or ``vector<Point2f>`` .
:param whichImage: Index of the image (1 or 2) that contains the ``points`` .

Loading…
Cancel
Save