Return index output of bwdistgeodesic?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Wolfgang Schwanghart
il 22 Feb 2022
This could be a good enhancement request. The same is true for graydist.
Risposte (1)
Shivam Sardana
il 22 Mag 2019
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 Commenti
Shivam Sardana
il 4 Giu 2019
According to bwdistgeodesic documentation, there is no way you can retrieve the index.
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!