GitXplorerGitXplorer
O

ComputerVision-Ex3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
8d6a277630d0f5ab4189d1e6921ea6f2ceed86f4

Delete im2.jpg

OOr-Tal committed 5 years ago
Verified
56ee6c6f6b6ec876744e2d7add0cc796e9af8d68

Delete im1.jpg

OOr-Tal committed 5 years ago
Verified
dccf1009be90a7464fdea3781bbe5836cd05c945

Delete ex3.py

OOr-Tal committed 5 years ago
Verified
1c0d28f1e16ef14ea13378b980fdd2f3f8950273

Delete find_fundamental_matrix.py

OOr-Tal committed 5 years ago
Verified
6c84c86a116771eba48eef86aa86fa9ff0088fde

Update README.md

OOr-Tal committed 5 years ago
Verified
46ab55ca5f402138bce4fbc6782b4cdb0b113541

Update README.md

OOr-Tal committed 5 years ago

README

The README file for this repository.

ComputerVision-Ex3

Part 1: Computation of the Fundamental Matrix F

  1. Compute the fundamental matrix F from a pair of normalized images with at least 8 corresponding points
  2. Draw the epipolar lines on both images

running instructions:

run on example

  1. download all files to single folder
  2. run from cmd example: python3 ./eight_point_alg.py

Part 2:

  1. Show how the linear triangulation method extends to n>2 images
  2. Derive a method for triangulation in the case of pure translational motion of the cameras

-- Ans for Part 2 in ComputerVisionEx3.pdf