Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle authored Nov 22, 2021
1 parent c5a0c28 commit e9cf44a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@

- To get the dataset using git:

$ git clone https://github.com/lagadic/ViSP-images.git
$ git clone https://github.com/lagadic/visp-images.git
## Using visp-images

To use the dataset you have to set `VISP_INPUT_IMAGE_PATH` environment variable:

- on unix-like platforms:

$ export VISP_INPUT_IMAGE_PATH=<path to visp-images directory>
$ export VISP_INPUT_IMAGE_PATH=<path to visp-images directory>

- on windows platforms:

$ setx VISP_INPUT_IMAGE_PATH <path to visp-images directory>
$ setx VISP_INPUT_IMAGE_PATH <path to visp-images directory>

## Example

The following example that can be achieved on unix-like platforms allows to use the data set installed in `/home/user/visp-ws/visp-images`:
The following example that can be achieved on unix-like platforms allows to use the data set installed in `$HOME/visp-ws/visp-images`:

$ cd $HOME/visp-ws
$ git clone https://github.com/lagadic/visp-images.git
$ export VISP_INPUT_IMAGE_PATH=/home/user/visp-ws/visp-images
$ export VISP_INPUT_IMAGE_PATH=$HOME/visp-ws/visp-images


[1]: http://visp.inria.fr "ViSP"
[2]: http://visp.inria.fr/download "ViSP download"
[1]: https://visp.inria.fr "ViSP"
[2]: https://visp.inria.fr/download "ViSP download"

0 comments on commit e9cf44a

Please sign in to comment.