Is there a Guo Hall thinning method in openCV 3.1.0?

asked 2016-01-18 16:55:02 -0600

tastyminerals gravatar image

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?

edit retag flag offensive close merge delete

Comments

2

have a look here

berak gravatar imageberak ( 2016-01-18 20:12:32 -0600 )edit
1

tracing ^^ @berak 's comment i found this code. it is optimised and runs faster

sturkmen gravatar imagesturkmen ( 2016-01-19 04:38:25 -0600 )edit

@sturkmen the link you provided is an implementation of the Zhang-Suen algorithm, not the Guo-Hall

Niskov gravatar imageNiskov ( 2018-01-23 07:02:50 -0600 )edit

@Niskov yea it is an old comment. if you need Guo-Hall take a look at this or use thinning.cpp

sturkmen gravatar imagesturkmen ( 2018-01-23 07:16:06 -0600 )edit