Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f20ac3b

Browse files
Update ORB_Algorithm.py
1 parent c23bed1 commit f20ac3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎ORB Algorithm/ORB_Algorithm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#Display the given and test image
1919
image_stack = np.concatenate((image, test_image), axis=1)
2020
cv2.imshow('image VS test_image', image_stack)
21-
cv2.imshow('test image',test_image)
2221

2322
#Implementing the ORB alogorithm
2423
orb = cv2.ORB_create()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /