I am writing a program in C++ to draw epipole lines but the only the points are being displayed, not the lines.
I am trying to get the same output like the one in this picture-C:\fakepath\epiresult.jpg
But the output I'm getting is this- 1.C:\fakepath\pic1.png 2.C:\fakepath\pic2.png
The epipole lines are not being drawn and I can't seem to find any error with my code.
Here is the source code in c++ - https://drive.google.com/open?id=0B3jt6sHgpxO-T3QxeVVzV3FRY00
The pictures I have used is also included in the above link.