Skip to content

Commit 0a6ca6f

Browse files
author
nils-hamel
committed
Correction of compilation instruction in README
1 parent 0e63875 commit 0a6ca6f

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The proposed pipeline remains experimental. As a first limitation, the pipeline
9393

9494
The second limitation comes from the implemented algorithm. Despite the great advantage of its simplicity, it is difficult to establish its stability only on the tests we made. As it relies on the centrality of the camera acquiring the images, it is not clear how far it is able to deal with non-central images. In addition, it is not clear how far it can limits the error drift as more and more images are added to the sequence.
9595

96-
As a conclusion, this approach looks promising and the surprising simplicity of such algorithm to deduce three dimensional model from images sequences is very interesting. Nevertheless, year of research and testing are still required to ensure a reliable and operational spherical pipeline.
96+
As a conclusion, this approach looks promising and the surprising simplicity of such algorithm able to deduce three dimensional models from images sequences is very interesting. Nevertheless, years of research and testing are still required to ensure a reliable and operational framework.
9797

9898
# Copyright and License
9999

@@ -118,15 +118,20 @@ and the following external dependencies ([Instructions](DEPEND.md)) :
118118
* opencv 4.0.1
119119
* yaml-cpp 0.6.3
120120

121-
The code documentation is built using Doxygen.
122-
123121
# Compilation
124122

125-
To build the project in the cloned directory, use the following commands :
123+
To clone the repository, use the command :
124+
125+
$ git clone https://github.com/ScanVan/sfs-framework.git
126+
127+
To build the framework code, use the procedure :
128+
129+
$ cd sfs-framework
130+
$ mkdir Build
131+
$ cd Build
132+
$ cmake . ..
133+
$ make -j [ncores]
134+
135+
To run the framework, use the command :
126136

127-
```bash
128-
mkdir Build
129-
cd Build
130-
cmake . ..
131-
make -j [ncores]
132-
```
137+
$ bin/sfs-framework [YAML configuration file]

0 commit comments

Comments
 (0)