I have been doing some study on 3d reconstruction from multiple 2d views of late. Most of what i have read focuses on fundamental matrix , epipolar geometry and other theoretical principles of the subject. Let us say that given two images, I know how to calculate the 3d point corresponding to each 2d point.
My question here is:
- Which software or libraries should I use for displaying the 3d model?
- How do I represent 3d model ?
I do know that MATLAB or OpenCV can be used, but i did not find anything that discusses how to do it.