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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ _An Invitation to 3D Vision_ is a introductory tutorial on 3D vision (a.k.a. vis
7
7
* Download binaries and headers for [OpenCV][] and [CLAPACK][] for Windows [Link](https://github.com/sunglok/3dv_tutorial/releases/download/misc/EXTERNAL4Windows.32bit.zip)
8
8
9
9
### What does its name come from?
10
-
* The tutorial title, _An Invitation to 3D Vision_, came from [a legendary book by Yi Ma, Stefano Soatto, Jana Kosecka, and Shankar S. Sastry](http://vision.ucla.edu/MASKS/). We wish that this tutorial will be the first gentle invitation card for beginners in 3D vision and explorers from other fields.
11
-
* The subtitle, _for everyone_, came from [Prof. Kim's online lecture](https://hunkim.github.io/ml/) (in Korean). This tutorial is also intended not only for students and researchers in academia, but also for hobbyists and developers in industries. We tried to describe important and typical problems and their solutions in [OpenCV][]. We hope readers understand it easily without serious mathematical background.
10
+
* The main title, _An Invitation to 3D Vision_, came from [a legendary book by Yi Ma, Stefano Soatto, Jana Kosecka, and Shankar S. Sastry](http://vision.ucla.edu/MASKS/). We wish that our tutorial will be the first gentle invitation card for beginners in 3D vision and explorers from other fields.
11
+
* The subtitle, _for everyone_, came from [Prof. Kim's online lecture](https://hunkim.github.io/ml/) (in Korean). Our tutorial is also intended not only for students and researchers in academia, but also for hobbyists and developers in industries. We tried to describe important and typical problems and their solutions in [OpenCV][]. We hope readers understand it easily without serious mathematical background.
12
12
13
13
### Example descriptions
14
14
*__Single-view Geometry__
@@ -37,7 +37,7 @@ _An Invitation to 3D Vision_ is a introductory tutorial on 3D vision (a.k.a. vis
37
37
*[OpenCV][] (> 3.0.0, 3-clause BSD License)
38
38
*_OpenCV_ is a base of all example codes for linear algebra, vision algorithms, image/video manipulation, and GUI.
39
39
*[cvsba][] (GPL): An OpenCV wrapper for sba library
40
-
*_cvsba_ is used by bundle adjustment and already included in EXTERNAL directory. It is optional for bundle adjustment.
40
+
*_cvsba_ is used by bundle adjustment. It is optional for bundle adjustment but included in EXTERNAL directory in the sake of your convenience.
41
41
*[CLAPACK][] (Public Domain): f2c'ed version of LAPACK
42
42
*_CLAPACK_ is used by cvsba. It is optional for bundle adjustment.
43
43
@@ -48,6 +48,9 @@ The authors thank the following contributors and projects.
48
48
*[Kang Li](http://www.cs.cmu.edu/~kangli/code/Image_Stabilizer.html): We include his traffic video for demonstrating video stabilization.
49
49
*[Dr. Jae-Yeong Lee](https://sites.google.com/site/roricljy/): We sincerely thank him for motivating many examples and providing [OpenCV][] binaries for Windows.
0 commit comments