Skip to content

Commit 37f7469

Browse files
authored
Update README.md
1 parent fc4773e commit 37f7469

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,20 @@ An example comparing different samplers on fundamental matrix fitting: [notebook
8686
# Jupyter Notebook example (Affine and SIFT correspondence-based solvers)
8787

8888
The example for homography fitting to SIFT correspondences is available at: [notebook](examples/example_homography_sift_correspondence.ipynb).
89+
8990
The example for essential matrix fitting to SIFT correspondences is available at: [notebook](examples/example_essential_matrix_sift_correspondence.ipynb).
91+
9092
The example for fundamental matrix fitting to SIFT correspondences is available at: [notebook](examples/example_fundamental_matrix_sift_correspondence.ipynb).
9193

94+
9295
The example for homography fitting to affine correspondences is available at: [notebook](examples/example_homography_affine_correspondence.ipynb).
96+
9397
The example for essential matrix fitting to affine correspondences is available at: [notebook](examples/example_essential_matrix_affine_correspondence.ipynb).
98+
9499
The example for fundamental matrix fitting to affine correspondences is available at: [notebook](examples/example_fundamental_matrix_affine_correspondence.ipynb).
95100

96101

102+
97103
# Requirements
98104

99105
- Python 3

0 commit comments

Comments
 (0)