Finding Overlapping Points of objects in a binary Image

Hi All;
I am trying to find overlapping points of objects in image.But I could not do this.Even I don t know what is it called in English.Here as in the picture I want to find location of overllaping points where I indicated with a red dot.Thanks

 Accepted Answer

I don't think you want overlapping points in the sense that you have two images and you want to find all pixels that exist in both images. You have a single image of a blob and you want to find where the boundary has a sharp bend or kink in it. So please call bwboundaries() and then refer to the FAQ:

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!