remove a unicode character (#2347)

This commit is contained in:
chokomancarr 2021-04-14 19:51:49 +09:00 committed by GitHub
parent 269a3ed1e6
commit 8d4df7c0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ namespace dlib
{ {
/* /*
The implementation of this function is based on the paper 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: and also the excellent discussion of it at:
http://opencv-code.com/quick-tips/implementation-of-thinning-algorithm-in-opencv/ http://opencv-code.com/quick-tips/implementation-of-thinning-algorithm-in-opencv/
*/ */