GitXplorerGitXplorer
O

ComputerVision-Ex3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
57d44894250685412268cfb633a3aca53bfd161f

Update README.md

OOr-Tal committed 5 years ago
Verified
6b75a44b12af65048493f0fc8d80658ac2e97155

Update README.md

OOr-Tal committed 5 years ago
Unverified
3901a1fd68056198b0e4aa25193eb7e5e335c7e5

done

OOr-Tal committed 5 years ago
Unverified
ce5300963a03f400fb48dd710fac70367379333f

debugging lines

OOr-Tal committed 5 years ago
Unverified
e55910c48e2c4ae0d43348bacbcc8b1af485b997

Merge branch 'master' of https://github.com/Or-Tal/ComputerVision-Ex3

OOr-Tal committed 5 years ago
Unverified
c262bdcefa78eec9aa3cbd2cb0bd97e65d074afd

done with fundamental matrix, only epipolar lines needs fixing

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