1 | initial version |
i suggest you to use this code zhang-suen-thinning
2 | No.2 Revision |
i suggest you to use this code zhang-suen-thinning
added by @StevenPuttemans
and if you want an example for that exact thinning at work, take a look here where it is used for fingerprint skeletization.
3 | No.3 Revision |
i suggest you to use this code zhang-suen-thinning
added by @StevenPuttemans
and if you want an example for that exact thinning at work, take a look here where it is used for fingerprint skeletization.
4 | No.4 Revision |
i suggest you to use this code zhang-suen-thinningZhang-Suen thinning algorithm or Guo-Hall thinning algorithm
added by @StevenPuttemans
and if you want an example for that exact thinning at work, take a look here where it is used for fingerprint skeletization.
5 | No.5 Revision |
i suggest you to use Zhang-Suen thinning algorithm or Guo-Hall thinning algorithm
added by @StevenPuttemans
and if you want an example for that exact thinning at work, take a look here where it is used for fingerprint skeletization.
EDIT:
now cv::ximgproc::thinning (Zhang-Suen algorithm) is in the contrib library.
also take a look at this github repository