Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
I have a binary image. I want to do thinning morphological operation on the image. I know how to do it in matlab but unable to do it in c# using EmguCV. Any sort of help will be appreciated .
Posted

1 solution

Please see this C++ implementation based on OpenCV: https://sites.google.com/site/rameyarnaud/misc/c/voronoi[^].

As EMGU is a cross-platform OpenCV wrapper, you will be able to easily translate the solution to C#.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900