finding the coordinates of points with maximum intensity
古いコメントを表示
i have a image file of a welded metal in jpg format. In the image ,the defect in welding appears as an object having maximum intensity.I need a code that can convert the coordinates having intensity above a certain given threshold to '1' and all other points below threshold to '0'. please help. thanks
採用された回答
その他の回答 (1 件)
Image Analyst
2014 年 10 月 16 日
6 投票
This is just what my Image Segmentation Tutorial does. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 Then it goes beyond that - it also finds centroid, area, etc. and crops out the regions. Adapt it as needed.

3 件のコメント
Mohammad Abouali
2014 年 10 月 16 日
There should be a thumbs up button for MATLAB answer. Nice tool.
Image Analyst
2014 年 10 月 16 日
You can click on the Vote triangle under the user's avatar. Thanks!
Mohammad Abouali
2014 年 10 月 16 日
Nice. I never saw that before.
カテゴリ
ヘルプ センター および File Exchange で Blue についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
