https://github.com/lagadic/visp-images-debian
https://github.com/lagadic/visp-images-debian
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lagadic/visp-images-debian
- Owner: lagadic
- License: gpl-2.0
- Created: 2017-12-04T17:06:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:52:05.000Z (over 8 years ago)
- Last Synced: 2025-06-02T14:55:35.672Z (about 1 year ago)
- Size: 132 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# visp-images
visp-images contains data useful to run [ViSP][1] examples.
## Getting visp-images
- To get visp-images dataset as a zip archive corresponding to a release just [visit download page][2].
- To get the dataset using git:
$ git clone https://github.com/lagadic/ViSP-images.git
## Setting ViSP-images
To use the data set you have to set `VISP_INPUT_IMAGE_PATH` environment variable:
- on unix-like platforms:
$ export VISP_INPUT_IMAGE_PATH=
- on windows platforms:
$ setx VISP_INPUT_IMAGE_PATH
## 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`:
$ cd $HOME/visp-ws
$ git clone https://github.com/lagadic/visp-images.git
$ export VISP_INPUT_IMAGE_PATH=/home/user/visp-ws/visp-images
[1]: http://visp.inria.fr "ViSP"
[2]: http://visp.inria.fr/download "ViSP download"