Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Camera Calibration And 3D Reconstruction » cvCorrespondEpilines

cvCorrespondEpilines


Module: OpenCV

Computes epilines in one view for a set of points in the other view.

Name Type Description
inPoints Point2DArray
inFromSecondImage Bool the points are from second image, epilines from first
inF Matrix stereo pair's fundamental matrix
outLines Line2DArray

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inF must be a 3x3 matrix in cvCorrespondEpilines.
DomainError inPoints is empty in cvCorrespondEpilines.

Complexity Level

This filter is available on Basic Complexity Level.