The code was entirely written in matlab but also some ideas have been explored in openCV python library.
This project work includes:
- Harris corner detection: Applying gaussian filter and then identifying corners by computing "R" matrix.
- Camera calibration toolbox (http://www.vision.caltech.edu/bouguetj/calib_doc/) has been explored. Corner extraction and main calibration were performed for left and right camera images.
- Epipolar Geometry: calculation of fundamental matrix and epipoles of both cameras to generate the epipolar line.
- 3D Reconstruction of an image with different shapes like pyramid, cube, rectangle.