Ask Your Question

Revision history [back]

i suggest you to use this code zhang-suen-thinning

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.

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.

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.

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