fusheng-ji / miniproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-Project

Datasets

First download from Google Drive the dataset folder, and put it under the root path.

Visualization

Task: Visualize the multi-view camera viewpoints

This part using the Python + webasm/js/css/html and can be used instantly (does not need any C++ compilation).

pip install requirement.txt
python OminiObject3D.py / 3D_Future.py 
open your browser with localhost:8888

Epipolar Geometry

Task: Draw the epipolar line between two views

Using SIFT to find Keypoint, experiment on the book_002/008.png and book_002/010.png from dataset/OmniObject3D.

python epipolar_draw.py

Task: Do the stereo rectification for two views

python stereo_rectification.py

References

The main structure of Visualization Part is builded on Alex Yu's plenoctrees. Thanks for your wonderful work!

About


Languages

Language:HTML 83.1%Language:Python 9.1%Language:Cython 7.8%