Skip to content

Commit fc9e45d

Browse files
committed
Add slides for Lecture 05
1 parent f523bc2 commit fc9e45d

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In addition to tutorial slides, example codes are provided in the purpose of edu
2121
* [Section 2. Single-view Geometry](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/02_single-view_geometry.pdf)
2222
* [Section 3. Two-view Geometry](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/03_two-view_geometry.pdf)
2323
* [Section 4. Solving Problems](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/04_solving_problems.pdf)
24-
* Section 5. Finding Correspondence
24+
* [Section 5. Finding Correspondence](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/05_correspondence.pdf)
2525
* Section 6. Multiple-view Geometry
2626
* Special Topic) [Bayesian Filtering](https://github.com/mint-lab/filtering_tutorial)
2727
* Section 7. Visual SLAM and Odometry
@@ -68,12 +68,17 @@ In addition to tutorial slides, example codes are provided in the purpose of edu
6868
* Solving Nonlinear Equations in 3D Vision
6969
* Absolute camera pose estimation [[python]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/pose_estimation_implement.py)
7070
* Camera calibration [[python]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/camera_calibration_implement.py)
71-
* **Section 5. Finding Correspondence**
72-
* SIFT Feature Matching
73-
* ORB Feature Matching
74-
* KLT Feature Tracking
75-
* Line Fitting with RANSAC
76-
* Line Fitting with M-estimators
71+
* **Section 5. Finding Correspondence** [[slides]](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/05_correspondence.pdf)
72+
* Feature Points and Descriptors
73+
* Feature point comparison
74+
* Feature Matching and Tracking
75+
* Feature matching comparison
76+
* Feature tracking with KLT tracker
77+
* Outlier Rejection
78+
* Line fitting with RANSAC [[python]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/line_fitting_m_estimator.py) [[cpp]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/line_fitting_m_estimator.cpp)
79+
* Line fitting with M-estimators [[python]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/line_fitting_ransac.py) [[cpp]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/line_fitting_ransac.cpp)
80+
* Fundamental matrix estimation with RANSAC
81+
* Fundamental matrix estimation with M-estimator
7782
* **Section 6. Multiple-view Geometry**
7883
* Bundle Adjustment
7984
* Structure-from-Motion (SfM)
File renamed without changes.
File renamed without changes.

slides/01_introduction.pdf

-201 Bytes
Binary file not shown.

slides/05_correspondence.pdf

3.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)