epilines pydocs
authorabidrahmank <abidrahman2@gmail.com>
Mon, 29 Jul 2013 18:57:58 +0000 (00:27 +0530)
committerabidrahmank <abidrahman2@gmail.com>
Mon, 29 Jul 2013 18:57:58 +0000 (00:27 +0530)
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst

index f2fbfd1..13effbd 100644 (file)
@@ -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`` .