How do I efficiently determine if the connected components from, say 3 images, are overlapping?
1 次查看(过去 30 天)
显示 更早的评论
Supposing I want to check if there is overlap between n 3D volumes each containing 1 or more connected components, what would be the most efficient to do it?
In addition, I would also be interested in determining how much overlap there is between these components.
" ... For each object in one image, use its PixelIdxList to index into the other image. Pass the result to unique, and that’ll give you a list of the objects in the second image that overlap with the object in the first image."
But I don't really understand what is being suggested here.
Thanks in advance, N
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!