Commit 47f53b67 authored by JR Heard's avatar JR Heard Committed by GitHub

fix a typo in the canny docs

parent 46a333ed
...@@ -12,7 +12,7 @@ Theory ...@@ -12,7 +12,7 @@ Theory
------ ------
The *Canny Edge detector* was developed by John F. Canny in 1986. Also known to many as the The *Canny Edge detector* was developed by John F. Canny in 1986. Also known to many as the
*optimal detector*, Canny algorithm aims to satisfy three main criteria: *optimal detector*, the Canny algorithm aims to satisfy three main criteria:
- **Low error rate:** Meaning a good detection of only existent edges. - **Low error rate:** Meaning a good detection of only existent edges.
- **Good localization:** The distance between edge pixels detected and real edge pixels have - **Good localization:** The distance between edge pixels detected and real edge pixels have
to be minimized. to be minimized.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment