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
+8-61
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ make test
40
40
```
41
41
Google test will be downloaded and compiled during the compilation stage.
42
42
43
+
### Build documentation
44
+
Document with Doxygen is availabe to be built. Use `-DBUILD_DOC=on` cmake flag to enable documentation. Run `make doc`, the documentation will be generated in the `doc` directory of building path.
45
+
46
+
### Code coverage
47
+
Code coverage report is provided by using [lcov](http://ltp.sourceforge.net/coverage/lcov.php). In order to get the code coverage report, enable both test and coverage flag: `-DGTEST=on -DCOVERAGE=on` and run `make coverage`. The coverage report will be generated in the `coverage` directory of building path.
48
+
43
49
### Run demo binary
44
50
```
45
51
usage: ./SLS --leftcam=string --rightcam=string --leftconfig=string --rightconfig=string --output=string --format=string --width=unsigned long --height=unsigned long [options] ...
@@ -62,66 +68,8 @@ Most of the outputs are written to the log file named `SLS.log`. To track the ou
62
68
63
69
### Use the library
64
70
65
-
This project also provides libraries that can be easily integrated into other projects. Here's a quick start code for using the libraries.
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.
72
+
125
73
126
74
## Known issues
127
75
@@ -174,4 +122,3 @@ Immersive and Creative Technologies Lab (http://www.theICTlab.org), Concordia Un
0 commit comments