You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code was entirely written in matlab but also some ideas have been explored in openCV python library.
3
+
4
+
This project work includes:
5
+
1. Harrison corner detection: Applying gaussian filter and then identifying corners by computing "R" matrix.
6
+
2. 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.
7
+
3. Epipolar Geometry: calculation of fundamental matrix and epipoles of both cameras to generate the epipolar line.
8
+
4. 3D Reconstruction of an image with different shapes like pyramid, cube, rectangle.
0 commit comments