CvMatComputeCorrespondEpilines 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 void ComputeCorrespondEpilines(
	int whichImage,
	CvMat fundamentalMatrix,
	out CvMat correspondentLines
)

Parameters

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