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 c23bed1

Browse files
ShubhamGupta577antrikshmisri
andauthored
Update ORB Algorithm/ORB_Algorithm.py
Co-authored-by: Antriksh Misri <54466356+antrikshmisri@users.noreply.github.com>
1 parent b197404 commit c23bed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎ORB Algorithm/ORB_Algorithm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
test_gray = cv2.cvtColor(test_image, cv2.COLOR_RGB2GRAY)
1717

1818
#Display the given and test image
19-
cv2.imshow('output',image)
19+
image_stack = np.concatenate((image, test_image), axis=1)
20+
cv2.imshow('image VS test_image', image_stack)
2021
cv2.imshow('test image',test_image)
2122

2223
#Implementing the ORB alogorithm

0 commit comments

Comments
(0)

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