mirror of https://github.com/davisking/dlib.git
remove a unicode character (#2347)
This commit is contained in:
parent
269a3ed1e6
commit
8d4df7c0b3
|
@ -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/
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue