From 8d4df7c0b3fa7c4c1e4175951161b01ccf4541b5 Mon Sep 17 00:00:00 2001 From: chokomancarr Date: Wed, 14 Apr 2021 19:51:49 +0900 Subject: [PATCH] remove a unicode character (#2347) --- dlib/image_transforms/morphological_operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ */