diff --git a/dlib/image_transforms/morphological_operations.h b/dlib/image_transforms/morphological_operations.h index b4e0f3b2f..6d2ac91ea 100644 --- a/dlib/image_transforms/morphological_operations.h +++ b/dlib/image_transforms/morphological_operations.h @@ -758,7 +758,7 @@ namespace dlib { /* The implementation of this function is based on the paper - "A fast parallel algorithm for thinning digital patterns” by T.Y. Zhang and C.Y. Suen. + "A fast parallel algorithm for thinning digital patterns" by T.Y. Zhang and C.Y. Suen. and also the excellent discussion of it at: http://opencv-code.com/quick-tips/implementation-of-thinning-algorithm-in-opencv/ */