Back to FabImage 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
Input value
inPoints Point2DArray
Input value
inFromSecondImage Bool the points are from second image, epilines from first
Input value
inF Matrix stereo pair's fundamental matrix
Output value
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.