How to extract coordinates from the pattern

Dear sir, i would like to extract all coordinates (white pixels) from the attached image. plz help to sort out, thanks in advance

回答 (1 件)

Thorsten
Thorsten 2016 年 10 月 26 日

0 投票

white = 1; % or 255, depending on the format of your image
[cy, cx] = ind2sub(size(I), find(I==1));

カテゴリ

ヘルプ センター および File ExchangeRead, Write, and Modify Image についてさらに検索

質問済み:

2016 年 10 月 26 日

回答済み:

2016 年 10 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by