3D reconstruction tool build by Processing
authorDan Zhu <zxdan@google.com>
Fri, 7 Jun 2019 21:54:30 +0000 (14:54 -0700)
committerDan Zhu <zxdan@google.com>
Fri, 14 Jun 2019 17:23:02 +0000 (10:23 -0700)
commit618a7d68f8a5b925d92c24f88cb1b4292ec9a348
tree5943b8e099c1833cd97a5f29a07979afd6fc7da9
parentd9f0106d9dd8b8adbfa716f32c787d81327de790
3D reconstruction tool build by Processing

(a java based language for data visualization)

add MotionField module

reformat the code by using newest clang-format version

add necessary comments

add new functions

move basic settings to setup

Change-Id: I64a6b2daec06037daa9e54c6b8d1eebe58aa6de0
tools/3D-Reconstruction/sketch_3D_reconstruction/Camera.pde [new file with mode: 0644]
tools/3D-Reconstruction/sketch_3D_reconstruction/MotionField.pde [new file with mode: 0644]
tools/3D-Reconstruction/sketch_3D_reconstruction/PointCloud.pde [new file with mode: 0644]
tools/3D-Reconstruction/sketch_3D_reconstruction/Transform.pde [new file with mode: 0644]
tools/3D-Reconstruction/sketch_3D_reconstruction/Util.pde [new file with mode: 0644]
tools/3D-Reconstruction/sketch_3D_reconstruction/sketch_3D_reconstruction.pde [new file with mode: 0644]