Skip to content

Commit c5ec4fb

Browse files
Add files via upload
1 parent 9b9e9f8 commit c5ec4fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# M1-Computer-Vision
2+
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

Comments
 (0)