Commit ba448636 authored by Davis King's avatar Davis King

Fixed grammar

parent d014a0be
...@@ -356,7 +356,7 @@ namespace dlib ...@@ -356,7 +356,7 @@ namespace dlib
(i.e. it must be a binary image) (i.e. it must be a binary image)
ensures ensures
- This routine finds endpoints of lines in a thinned binary image. For - 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 edge detector then you can use find_line_endpoints() to find the pixels
sitting on the ends of lines. sitting on the ends of lines.
!*/ !*/
......
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