CvComputeCorrespondEpilines Method OpenCvSharp Class Library
For points in one image of stereo pair computes the corresponding epilines in the other image

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ComputeCorrespondEpilines(
	CvMat points,
	int whichImage,
	CvMat fundamentalMatrix,
	out CvMat correspondentLines
)

Parameters

points
Type: OpenCvSharpCvMat
The input points. 2xN, Nx2, 3xN or Nx3 array (where N number of points). Multi-channel 1xN or Nx1 array is also acceptable.
whichImage
Type: SystemInt32
Index of the image (1 or 2) that contains the points
fundamentalMatrix
Type: OpenCvSharpCvMat
Fundamental matrix
correspondentLines
Type: OpenCvSharpCvMat
Computed epilines, 3xN or Nx3 array
See Also

Reference