Skip to content

Commit 9b39f59

Browse files
committed
New python version added!
1 parent cfbdfe3 commit 9b39f59

20 files changed

Lines changed: 2052 additions & 1 deletion

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,39 @@ In addition to tutorial slides, example codes are provided in the purpose of edu
5454
* Planar Homograph Estimation
5555
* Fundamental Matrix Estimation
5656

57+
58+
59+
5760
### Dependencies
5861
* [OpenCV][] (> 3.0.0, 3-clause BSD License)
5962
* _OpenCV_ is a base of all example codes for basic computer vision algorithms, linear algebra, image/video manipulation, and GUI.
6063
* [Ceres Solver][] (3-clause BSD License): A numerical optimization library
6164
* _Ceres Solver_ is additionally used by m-estimator, bundle adjustment, structure-from-motion, and visual odometry/SLAM.
6265

66+
---
67+
### __New Version! Python Examples Added!__
68+
* You can see the same examples as above in the following [script](scripts).
69+
* We recommend running the examples in Anaconda.
70+
71+
72+
### Dependencies
73+
It was tested in the following version.
74+
75+
* [OpenCV][] (4.2.0v)
76+
* [Scipy](https://scipy.org/) (1.8.0v)
77+
* SciPy (pronounced “Sigh Pie”) is an open-source software for mathematics, science, and engineering.
78+
* [Numpy](https://numpy.org/) (1.22.3v)
79+
* The fundamental package for scientific computing with Python
80+
* [Open3D](http://www.open3d.org/) (0.13.0v)
81+
* Open3D is an open-source library that supports rapid development of software that deals with 3D data.
82+
83+
---
6384
### License
6485
* [Beerware](http://en.wikipedia.org/wiki/Beerware)
6586

6687
### Authors
67-
* [Sunglok Choi](http://sites.google.com/site/sunglok/) (sunglok AT hanmail DOT net)
88+
* [Sunglok Choi](http://sites.google.com/site/sunglok/) (sunglok@hanmail.net)
89+
* [JunHyeok Choi](https://mint-lab.github.io/members/) (dkwnsgur12@gmail.com)
6890

6991
### Acknowledgement
7092
The authors thank the following contributors and projects.

0 commit comments

Comments
 (0)