Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismlkrkmz authored Oct 7, 2019
1 parent 35be77e commit 42af73a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"source": [
"## TODO: Define a threshold for extracting strong corners\n",
"# This value vary depending on the image and how many corners you want to detect\n",
"# Try changing this free parameter, 0.1, to be larger or smaller ans see what happens\n",
"# Try changing this free parameter, 0.1, to be larger or smaller and see what happens\n",
"thresh = 0.1*dst.max()\n",
"\n",
"# Create an image copy to draw corners on\n",
Expand Down

0 comments on commit 42af73a

Please sign in to comment.