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 1bd944e

Browse files
Update Fast_Algorithm.py
1 parent dff871e commit 1bd944e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Fast Algorithm (Corner Detection)/Fast_Algorithm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
print( "Total Keypoints without nonmaxSuppression: {}".format(len(kp)) )
3333
final = cv.drawKeypoints(img, kp, None, color=(255,0,0))
3434

35-
#Saving th image
36-
cv.imwrite(./folder-name/image_name (detected).jpg,final)
35+
#Saving the image
36+
cv.imwrite('./folder-name/image_name (detected).jpg',final)
3737

3838
#Printing the final output image
3939
cv.imshow('Final',final)

0 commit comments

Comments
(0)

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