Back to Adaptive Vision Studio website

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

cvCorrespondEpilines


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 here: Error Handling

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

Complexity Level

This filter is available on Basic Complexity Level.