how to pick component near to other components

lets say i have 10 componets in binarized image 7 of them are near to each other but 3 are far away.
Is there any way to pick only components near to each other?

 Accepted Answer

Just find the centroid of everything and then find the distances of all blobs to all other blobs. Examine that to find which are close or far away. Perhaps you might also use kmeans() in the Statistics Toolbox if you know that there will always be two clusters.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!