How to apply a voronoi on regions rather than centroids
4 次查看(过去 30 天)
显示 更早的评论
Hi there,
I have some miroscopy images of particles that are already segmented to a mask . Now i want to go iteratively through all particles to find all its neighbours and their closest distance (see attached image 2).
I know that i could identify all particle centroids with regionprobs and then do a voronoi construction on the centroids to find all neighboring centroids and the distance from centroid to centroid, but I'm after the distance between the perimeters not the centers.
Is there any function that I could use? Basically doing a voronoi starting at the perimeters of the particles NOT their centers to identify which particles are adjasent to each other? If i have this information, I could use pdist to find the minium distance between the perimeters of a pair of particles..
thanks a lot for help
Best wishes
0 个评论
采纳的回答
Image Analyst
2022-11-23
It sounds like you're wanting the skiz. Search the help for skiz and you'll find a demo. Also look at these
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Voronoi Diagram 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!