skeletonization OpenCV In C#

后端 未结 1 859
抹茶落季
抹茶落季 2021-01-15 23:06

anyone could give me an example of how to skeletonization without using the transform of the distance, or if you have a skeletonization with the transform of distance runnin

相关标签:
1条回答
  • 2021-01-15 23:57

    There is another method explained here: http://felix.abecassis.me/2011/09/opencv-morphological-skeleton/

    Below is the sample result :

    enter image description here enter image description here

    It is very simple, and all functions are standard functions in opencv. It is Python, but will be easy to convert to C#.

    0 讨论(0)
提交回复
热议问题