Skip to content

Commit 8b1e28a

Browse files
authored
Update README.md
1 parent a62bccf commit 8b1e28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The returned `keypoints` are a list of OpenCV `KeyPoint` objects, and the corres
3535
You can find a step-by-step, detailed explanation of the code in this repo in my two-part tutorial:
3636

3737
[Implementing SIFT in Python: A Complete Guide (Part 1)](https://medium.com/@russmislam/implementing-sift-in-python-a-complete-guide-part-1-306a99b50aa5)
38+
3839
[Implementing SIFT in Python: A Complete Guide (Part 2)](https://medium.com/@russmislam/implementing-sift-in-python-a-complete-guide-part-2-c4350274be2b)
3940

4041
I'll walk you through each function, printing and plotting things along the way to develop a solid understanding of SIFT and its implementation details.

0 commit comments

Comments
 (0)