We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5416519 commit 6fc8488Copy full SHA for 6fc8488
examples/computer_vision/harris.py
@@ -97,7 +97,7 @@ def harris_demo(console):
97
print("Corners found: {}".format(good_corners))
98
if not console:
99
# Previews color image with green crosshairs
100
- wnd = af.Window(512, 512, "FAST Feature Detector")
+ wnd = af.Window(512, 512, "Harris Feature Detector")
101
102
while not wnd.close():
103
wnd.image(img_color)
0 commit comments