Skip to content

Specifically this project will estimate the camera projection matrix, which maps 3D world coordinates to image coordinates, as well as the fundamental matrix, which relates points in one scene to epipolar lines in another.

Notifications You must be signed in to change notification settings

AdityaNair111/RANSAC-based-scene-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Calibration and Fundamental Matrix Estimation with RANSAC

Setup

  • Install Miniconda. It doesn't matter whether you use 2.7 or 3.6 because the project will create its own environment anyways.
  • Create a conda environment using the given file by modifying the following command based on your OS (linux, mac, or win): conda env create -f environment_<OS>.yml
  • This should create an environment named ransac. Activate it using the following Windows command: activate ransac or the following MacOS / Linux command: source activate ransac.
  • Run the notebook using: jupyter notebook ./code/proj3.ipynb

About

Specifically this project will estimate the camera projection matrix, which maps 3D world coordinates to image coordinates, as well as the fundamental matrix, which relates points in one scene to epipolar lines in another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published