fix a typo in the canny docs
authorJR Heard <jrheard@cs.stanford.edu>
Thu, 1 Dec 2016 00:52:28 +0000 (16:52 -0800)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2016 00:52:28 +0000 (16:52 -0800)
doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown

index e86b16d..f9f2a2a 100644 (file)
@@ -12,7 +12,7 @@ Theory
 ------
 
 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.
 -   **Good localization:** The distance between edge pixels detected and real edge pixels have
     to be minimized.