diff --git a/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown b/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown index e86b16daf6d599a255b0335da71c3db022f0b76b..f9f2a2a2b7b9d2f9e51008180333b3823b8fe58c 100644 --- a/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown +++ b/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown @@ -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.