On Mar 30, 9:59 pm, Vincitori <none@nonewrote:
Hi,
I looking for an algorithm that will skeletonize / thin binary (black
and white) images. Something like shown in the image:
http://www.1delphistreet.com/Upload_...20038201256376...
Can somebody please point me to some source code that will do that?
Thank you,
- Vincent
I don't know of any pure C# libs. We had similar problems and solved
them just by wrapping IPPi (Intel Performance Primitives for image
processing) and OpenCV which have plenty of low- and high level image
processing functionality (i.e. morphological operations, distance
calculation) which you could use to implement thinning/skeletonizing
very easily and with high performance!
hth,
-- Henon
------
http://www.eqqon.com/index.php/User:Henon