Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -48,5 +48,6 @@
|
|
| 48 |
from pysift import PySIFT
|
| 49 |
sift = PySIFT()
|
| 50 |
keypoints, descriptors = sift.detectAndCompute(gray_image)</code></pre>
|
|
|
|
| 51 |
</body>
|
| 52 |
</html>
|
|
|
|
| 48 |
from pysift import PySIFT
|
| 49 |
sift = PySIFT()
|
| 50 |
keypoints, descriptors = sift.detectAndCompute(gray_image)</code></pre>
|
| 51 |
+
<!-- rebuild -->
|
| 52 |
</body>
|
| 53 |
</html>
|