Skip to content

Commit 6fc8488

Browse files
committed
Fix typo in harris detector example
1 parent 5416519 commit 6fc8488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/computer_vision/harris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def harris_demo(console):
9797
print("Corners found: {}".format(good_corners))
9898
if not console:
9999
# Previews color image with green crosshairs
100-
wnd = af.Window(512, 512, "FAST Feature Detector")
100+
wnd = af.Window(512, 512, "Harris Feature Detector")
101101

102102
while not wnd.close():
103103
wnd.image(img_color)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy