-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathLICENSE.txt
27 lines (21 loc) · 1.27 KB
/
LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This software and associated source code are LGPLv3-licensed (license_LGPL.txt).
The source code files in this directory implement as tightly as possible
algorithms described in the IPOL article:
"Fundamental matrix of a stereo pair, with a contrario elimination of outliers".
They are made available as scientific tools enabling the verification of the
soundness and completeness of the algorithm descriptions.
These source codes implement the SIFT algorithms possibly linked to the patent
[1]. Compiling or running this code may violate patents in certain countries.
For this reason, the use of the source files "src/third_party/sift_anatomy/*"
may be restricted in certain countries to non profit research and non profit
educational purposes. In certain countries, redistribution or commercial
use of these source files may require the consent of the patent owner.
->Licensing per directory
src/demo <- LGPLv3 (license_LGPL.txt)
src/libOrsa <- LGPLv3
src/libOrsa/libNumerics <- LGPLv3
src/third_party <- libraries subject to their own license.
[1] David Lowe "Method and apparatus for identifying scale invariant
features in an image and use of same for locating an object in an
image", U.S. Patent 6,711,293.
[2] http://code.google.com/p/libmv/