Skip to content

Commit 0a1b318

Browse files
committed
Fix typo in harris detector example
1 parent 6ecc9c0 commit 0a1b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/computer_vision/harris.py

+1-1
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)