You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ options:
68
68
-?, --help print this message
69
69
70
70
```
71
-
The configuration files are `xml` files generated by OpenCV calibration tool, including intrinsic and extrinsic parameters.
71
+
The configuration files are `xml` files generated by OpenCV calibration tool, including intrinsic and extrinsic parameters.
72
+
73
+
Note: --output is the name and location of the output file (either ply ot obj) e.g ./output/output.ply
72
74
73
75
### Grab the output
74
76
Most of the outputs are written to the log file named `SLS.log`. To track the outputs while running the binary, run `tail -f sls.log` in another terminal of the same directory.
@@ -77,14 +79,29 @@ Most of the outputs are written to the log file named `SLS.log`. To track the ou
77
79
78
80
This project also provides libraries that can be easily integrated into other projects. Here's a quick start code for using the libraries. An example of [CPU](https://github.com/theICTlab/3DUNDERWORLD-SLS-GPU_CPU/blob/dev/src/app/App.cpp) and [GPU](https://github.com/theICTlab/3DUNDERWORLD-SLS-GPU_CPU/blob/dev/src/app/App_CUDA.cu) applications are included in the repository.
Since there's no good API for cameras, the camera acquisition is not implemented. However, interfaces are provided.
84
101
We welcome you to implement your camera class and make a pull request to this project.
85
102
86
103
Also please note that since the example data files are currently included in the repository, the size of repository is 300MB. It may take while to clone.
0 commit comments