Click to See Complete Forum and Search --> : thinning algorithm


htv22
October 18th, 2005, 03:25 AM
i need a source code of thinning algorithm of binary image. please help me.. thank u.

Marc G
October 18th, 2005, 03:47 AM
[ moved thread ]

RoboTact
October 18th, 2005, 04:50 AM
Use google (http://www.google.com/search?hl=en&lr=&q=thinning+algorithm+of+binary+image+library&btnG=Search).
Is this library function (http://www.mip.sdu.dk/ipl98/docs/c_doc/html/group__morphology.html#ga4) what you seek?

yiannakop
October 19th, 2005, 08:24 AM
Do you have access to a university library? If yes, then you should search for the book:

I. Pitas, "Digital Image Processing Algorithms", Prentice Hall, 1993

It contains theory and implementation of classical image processing / analysis algorithms. All algorithms are implemented in C. I 99% sure there is a thinning algorithm in that book implemented in C. I have used it in the past but it was 3-4 years ago and I am not sure where it is now. If you are interested, search for the book (or maybe the algorithm could be found on the net).

Regards,
Theodore