how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

1 回表示 (過去 30 日間)
how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

採用された回答

Walter Roberson
Walter Roberson 2015 年 12 月 23 日
Or just
BW = YourImage > 200;

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by