A project by Seonwook Park and Yifan Wang for the 3D Photography course at ETH Zurich in Spring 2015.
- Clone this repository
- Setup OpenCV 3, Ceres Solver and PCL
mkdir build && cd build && cmake .. && make
- Descend into
bernhard/
- Compile using
mkdir build && cd build && cmake .. && make
- Plug a Microsoft Kinect (gen 1) in
- Run the binary from a directory in which data should be stored in. Use the
flag
-method 4
to store RGB and D images separately. - While the application is running, press
s
to record single frames. Attempt to cover the target object or environment as much as possible.
- Get our dataset by running
bash get_dataset.sh
- Descend into with
cd build/
- Run the binary and provide the path to our dataset. For example,
./main ../dataset BeersNMore