Skip to content

s-trinh/ViSP-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViSP-images

ViSP-images contains data useful to run ViSP examples.

Getting ViSP-images

  • To get the data set as a zip archive corresponding to a release just visit download page.

  • To get the data set 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=<my directory>
    
  • on windows platforms:

      setx VISP_INPUT_IMAGE_PATH <my directory>
    

Notice the the folder should not contain the parent directory ViSP-images.

Example

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

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

About

Data set used by ViSP examples and tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published