forked from oddkiva/sara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYING.README
32 lines (26 loc) · 1.18 KB
/
COPYING.README
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
28
29
30
31
32
Sara is licensed with MPL2. See COPYING.MPL2 and these links:
http://www.mozilla.org/MPL/2.0/
http://www.mozilla.org/MPL/2.0/FAQ.html
Sara uses the following third-party libraries:
- Eigen
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers,
and related algorithms.
Mozilla Public License v. 2 (MPL2)
http://eigen.tuxfamily.org/
- libjpeg, libpng, libtiff, zlib
They are reused in lieu of Qt image I/O module to read images.
- Qt
Qt is a cross-platform application and UI framework with APIs for C++ programming.
GNU Lesser General Public License (LGPL) version 2.1
http://qt-project.org/
- FFMPEG
"FFmpeg is the leading multimedia framework, able to decode, encode,
transcode, mux, demux, stream, filter and play pretty much anything that
humans and machines have created. It supports the most obscure ancient formats
up to the cutting edge. No matter if they were designed by some standards
committee, the community or a corporation."
GNU Lesser General Public License (LGPL) version 2.1
https://www.ffmpeg.org/about.html
- flann
Fast Library for Approximate Nearest Neighbors
Neighborsphttps://github.com/mariusmuja/flann