You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ The returned `keypoints` are a list of OpenCV `KeyPoint` objects, and the corres
35
35
You can find a step-by-step, detailed explanation of the code in this repo in my two-part tutorial:
36
36
37
37
[Implementing SIFT in Python: A Complete Guide (Part 1)](https://medium.com/@russmislam/implementing-sift-in-python-a-complete-guide-part-1-306a99b50aa5)
38
+
38
39
[Implementing SIFT in Python: A Complete Guide (Part 2)](https://medium.com/@russmislam/implementing-sift-in-python-a-complete-guide-part-2-c4350274be2b)
39
40
40
41
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