Is there any way compute width or length of worms using medial axis in scikit -image ? or any other way

后端 未结 0 1752
情话喂你
情话喂你 2021-01-20 13:16

Need to calculate maximum width of worms but returns array of distance

skel, distance = medial_axis(Binary, return_distance=True)
dist_on_skel = distance * sk         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题