finding distance of coordinates points to centre
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i have a binary image with 12 objects in it, i wanna find the distance of centre of each object to the boundary points of that object, does any one know to how find it? i could find this code, but it seems to not work:
2 Commenti
Walter Roberson
il 16 Nov 2015
Which version of that code did you use? Did you put in the correction shown in the Answer to that Question?
Risposte (1)
Image Analyst
il 17 Nov 2015
There is a function for that. It's called bwdist().
distanceTransform = bwdist(binaryImage);
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!