takah29 / 3d-reconstruction-from-two-view-exp

Experimental code for 3D reconstruction from 2 images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Reconstruction from Two View

Experimental code for 3D reconstruction from 2 images

Environment setting

pip install pipenv  # If pipenv is not installed
cd <repository root path>
pipenv sync

Usage

pipenv run python 3d_reconstruction_from_two_view.py

Merton College I

corresponding_points reconstruction

Merton College III

corresponding_points reconstruction

Reference

  • 金谷健一, 菅谷保之, 金澤靖. 3 次元コンピュータビジョン計算ハンドブック. 2016.
  • 佐藤淳. コンピュータビジョン - 視覚の幾何学 -. 1999.
  • Multi-view Data

About

Experimental code for 3D reconstruction from 2 images


Languages

Language:Python 100.0%