Return index output of bwdistgeodesic?
2 次查看(过去 30 天)
显示 更早的评论
As the title reads, I would like to use bwdistgeodesic by providing a volume and seed locations. Currently, this function returns the distance to the nearest seed location, but no the index. Does anyone know a way to return the nearest seed index?
1 个评论
Wolfgang Schwanghart
2022-2-22
This could be a good enhancement request. The same is true for graydist.
回答(1 个)
Shivam Sardana
2019-5-22
bwdistgeodesic function does not return nearest index to point. If you want to get index, use bwdist. You can refer to this documentation link for bwdist: https://www.mathworks.com/help/images/ref/bwdist.html
2 个评论
Shivam Sardana
2019-6-4
According to bwdistgeodesic documentation, there is no way you can retrieve the index.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!