Is there a Guo Hall thinning method in openCV 3.1.0?
I am trying to find out if there is Guo Hall thinning in latest openCV. Could not find anything in the official documentation. Some people here mentioned a Japanese article where it is implemented in c++ so is there any way we could have it included into openCV?
have a look here
tracing ^^ @berak 's comment i found this code. it is optimised and runs faster
@sturkmen the link you provided is an implementation of the Zhang-Suen algorithm, not the Guo-Hall
@Niskov yea it is an old comment. if you need Guo-Hall take a look at this or use thinning.cpp