From ba448636320ea1d01cbbeddcd6263aaee5f51469 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 17 May 2018 19:13:55 -0400 Subject: [PATCH] Fixed grammar --- dlib/image_transforms/morphological_operations_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_transforms/morphological_operations_abstract.h b/dlib/image_transforms/morphological_operations_abstract.h index d67e621b3..c558e2bc8 100644 --- a/dlib/image_transforms/morphological_operations_abstract.h +++ b/dlib/image_transforms/morphological_operations_abstract.h @@ -356,7 +356,7 @@ namespace dlib (i.e. it must be a binary image) ensures - This routine finds endpoints of lines in a thinned binary image. For - example, if the image was produced by skeleton() or something like a canny + example, if the image was produced by skeleton() or something like a Canny edge detector then you can use find_line_endpoints() to find the pixels sitting on the ends of lines. !*/