You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ DaLI: Deformation and Light Invariant Descriptor
2
2
================================================
3
3
4
4
5
-
OVERVIEW
5
+
Overview
6
6
--------
7
7
8
8
This code provides an implementation of the research paper:
@@ -51,7 +51,7 @@ License
51
51
Installation
52
52
------------
53
53
54
-
The software depends on the [ceigs library](https://github.com/bobbens/ceigs) which provides an elegant C frontend to the [ARPACK library](http://www.caam.rice.edu/software/ARPACK/). Upon installing the ceigs library it should be possible to compile both the test application and the matlab/octave by simpling running make:
54
+
The software depends on the [ceigs library](https://github.com/bobbens/ceigs) which provides an elegant C frontend to the [ARPACK library](http://www.caam.rice.edu/software/ARPACK/) and the FFTW3 library (libfftw3-dev). Upon these libraries it should be possible to compile both the test application and the matlab/octave by simpling running make:
55
55
56
56
```
57
57
$ make
@@ -138,7 +138,7 @@ If you use this code please cite:
138
138
Known Issues
139
139
------------
140
140
141
-
Currently it is not possible to run in matlab due to library conflict issues. However, it is possible to run it in octave or integrate it into any C application.
141
+
Currently it is not possible to run in matlab due to library conflict issues (more specifically the system ATLAS library that the DaLI descriptor is linked to conflicts with the ATLAS library that is provided by Matlab). However, it is possible to run it in octave or integrate it into any C application.
0 commit comments