Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhong52 committed May 7, 2014
1 parent 4c74aca commit 6c45e18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,19 @@ The following are important components using in the projects:
- SparseMatrixCV: A sparsematrix wrapper for OpenCV
- Vesselness-cuda: cuda version of the vesselness measure, still under construction
- EigenDecomp: eigenvalue decomposition of a 3 by 3 symetric matrix


Requirements
---------------
1. A graphic card which supports OpenGL 4.0
2. Microsoft Visual Studio 2010 (or higher)

3. This project requires freeglut 2.8.1, glew 1.10.0 and OpenCV 2.8.4. You have to add the following directories to PATH:

- `%CD%\dependencies\freeglut 2.8.1\x64;`
- `%CD%\dependencies\glew-1.10.0\bin\x64;`
- `%CD%\dependencies\OpenCV 2.4.3\x64-vc10;`

Note: %CD% above means the location where you save the files.

Or you can copy the dlls in their bin folders to the project directory either manually or excute the bat file `set-up-dlls.bat`.

0 comments on commit 6c45e18

Please sign in to comment.