Finding Overlapping Points of objects in a binary Image
1 回表示 (過去 30 日間)
古いコメントを表示
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

0 件のコメント
採用された回答
Image Analyst
2013 年 7 月 12 日
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:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!