diff --git a/README.md b/README.md index c31cd6d..fb97a3f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ In addition to tutorial slides, example codes are provided in the purpose of edu * Camera calibration [[python]](https://github.com/mint-lab/3dv_tutorial/blob/master/examples/camera_calibration_implement.py) * **Section 5. Finding Correspondence** [[slides]](https://github.com/mint-lab/3dv_tutorial/blob/master/slides/05_correspondence.pdf) * Feature Points and Descriptors + * Harris corner * Feature point comparison * Feature Matching and Tracking * Feature matching comparison diff --git a/slides/02_single-view_geometry.pdf b/slides/02_single-view_geometry.pdf index ab9c317..0b9ffd2 100644 Binary files a/slides/02_single-view_geometry.pdf and b/slides/02_single-view_geometry.pdf differ diff --git a/slides/05_correspondence.pdf b/slides/05_correspondence.pdf index 0f83b25..022d74e 100644 Binary files a/slides/05_correspondence.pdf and b/slides/05_correspondence.pdf differ