forked from sweeneychris/TheiaSfM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (27 loc) · 1.1 KB
/
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
33
34
35
Copyright 2015-2016 Chris Sweeney ([email protected])
UC Santa Barbara
---------------------
What is this library?
---------------------
Theia is an end-to-end structure-from-motion library that was created by Chris
Sweeney. It is designed to be very efficient, scalable, and accurate. All
steps of the pipeline are designed to be modular so that code is easy to read
and easy to extend.
Please see the Theia website for detailed information, including instructions
for building Theia and full documentation of the library. The website is
currently located at http://www.theia-sfm.org
-------------------
Contact Information
-------------------
Questions, comments, and bug reports can be sent to the Theia mailing list:
-------------------
Citing this library
-------------------
If you are using this library for academic research or publications we ask that
you please cite this library as:
@misc{theia-manual,
author = {Chris Sweeney},
title = {Theia Multiview Geometry Library: Tutorial \& Reference},
howpublished = "\url{http://theia-sfm.org}",
}